Add Prometheus metrics endpoint to telemetry service
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/.
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…