Files
query-orchestration/internal/serviceconfig/observability/prometheus/generator
Michael McGuinness 176f4397c7 Merged in bugfix/lint (pull request #90)
Lint Error

* lint
2025-03-05 18:25:12 +00:00
..

Generator for metrics stubs

This main.go is called from go generate ./... and will generate the stubs located inj the generated_metrics_stubs.go file in the prometheus package.

These stubs should be use exclusively by any code that is pushing metrics.

TODO: We may even want to make the underlying raw calls private. (to discuss)