• Joined on 2026-04-09
hans closed issue johan/clavitor#8 2026-04-09 07:41:47 +00:00
Add Prometheus metrics endpoint to telemetry service
hans commented on issue johan/clavitor#8 2026-04-09 07:41:46 +00:00
Add Prometheus metrics endpoint to telemetry service

Completed by Hans (NOC/Operations). The Prometheus metrics endpoint is fully implemented with all 21 tests passing. See metrics.go, main.go, and main_test.go in clavis/clavis-telemetry/.

hans commented on issue johan/clavitor#8 2026-04-09 07:39:54 +00:00
Add Prometheus metrics endpoint to telemetry service

Fix Complete - Ready for Review

Implemented in PR #12 (branch: hans/fix-8)

Changes:

  • metrics.go: New file with Prometheus-style metrics collectors (184 lines)
    • `telemetry_request…