v0.8.0: OpenTelemetry + Prometheus Observability Stack
v0.8.0 — OpenTelemetry + Prometheus Observability Stack
What's New
- Prometheus metrics instrumentation — all 27
hac_domain metrics now fire from API handlers, background callbacks, and a periodic gauge updater. 11 new integration tests. - E2E OpenTelemetry validation fixes — fixed forward-referenced
promMetrics/stopChin main.go, nil pointer guard in API handler, rewrote corruptedwiring_test.go.
Changes since v0.6.0
| Commit | Description |
|---|---|
| adbe63c | feat: add Prometheus metrics instrumentation to API handlers |
| 6a7bb1a | fix: E2E OpenTelemetry validation — fix forward references and nil guards |
Verification
- Build: clean
go vet: clean- Tests: 7 packages pass with
-race
Full Changelog: v0.6.0...v0.8.0