Telemetry Tracker v1.6.3
Highlights
- Health endpoint metrics —
GET /healthalways includesversion(override withTELEMETRY_API_VERSION); database probe reportsdatabase_latency_mswhenHEALTH_CHECK_DATABASE=true; optionalHEALTH_DETAILED=trueaddsuptime_secondsandnode_versionfor self-host monitoring (#234, #314)
Upgrade (self-hosted)
From v1.6.2, run migrations after deploy:
pnpm --filter api exec prisma migrate deployNew migrations in this release:
- None — no database changes in this release.
Production notes
Set TELEMETRY_API_VERSION=v1.6.3 on the API service so /health reports the deployed semver.
Breaking changes
- None.
Full changelog
See CHANGELOG.md.