Releases for RepoDb.Telemetry.Default
View the NuGet package here or download it directly here.
RepoDb.Telemetry.Default (v0.0.1)
New
First release of the RepoDB Insights Telemetry solution — a full observability stack for RepoDB’s telemetry feature.
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-Keyheader.
Docker images
repodb/insights-postgresrepodb/telemetry-default-collectorrepodb/telemetry-default-queryrepodb/telemetry-default-filedatasinkerrepodb/telemetry-default-purgerrepodb/insights-visualization- Referenced the
RepoDbpackagev1.15.0. - Referenced the
RepoDb.Telemetry.Corepackagev0.0.1.
RepoDb.Telemetry.Default (v0.0.1-alpha1)
- Initial release of the RepoDb.Telemetry.Default package.
- Provided the default, out-of-the-box implementation of the
RepoDb.Telemetry.Coreabstractions. - Referenced the
RepoDbpackagev1.14.2. - Referenced the
RepoDb.Telemetry.Corepackagev0.0.1-alpha1.