Files
query-orchestration/internal/serviceconfig/observability/prometheus/generator
Michael McGuinness 3028fe7eaa Merged in feature/linting (pull request #168)
Linting Updates

* precommit

* smallerchecks

* govuln
2025-06-23 15:58:20 +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)