| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| First release of the RepoDB Insights Telemetry solution -- a full observability stack for RepoDB_s telemetry feature. source code.tar.gz | 2026-07-18 | 9.6 MB | |
| First release of the RepoDB Insights Telemetry solution -- a full observability stack for RepoDB_s telemetry feature. source code.zip | 2026-07-18 | 10.7 MB | |
| README.md | 2026-07-18 | 1.1 kB | |
| Totals: 3 Items | 20.3 MB | 0 | |
What's included
- PostgreSQL schema for storing telemetry emitted by RepoDB libraries
- Telemetry Collector API for ingesting and persisting telemetry
- Telemetry Query API for querying operational and archived telemetry, powering dashboards
- File Data Sinker service to archive aged telemetry to Parquet
- Purger service for retention-based cleanup
- Grafana visualization pre-provisioned with Main and Group dashboards
Highlights
- Docker Compose stack wiring all six components together on a shared network
- Configurable via environment variables (API key, DB password, Grafana admin password, company branding)
- CI/CD pipeline via GitHub Actions for building and publishing each component's Docker image
- CSV/JSON export support from the Query API
- Swagger authorization via X-API-Key header
Docker images
- repodb/insights-postgres
- repodb/telemetry-default-collector
- repodb/telemetry-default-query
- repodb/telemetry-default-filedatasinker
- repodb/telemetry-default-purger
- repodb/insights-visualization