176f4397c7
Lint Error * lint
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)