- Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Milestone
Description
With client_golang v1.12.2, we removed the runtime/metrics from the default collector.
But now it seems difficult to get these metrics back without having to abandon the default registry. This makes the use of promauto more cumbersome.
Some ideas:
- Add a default registry method to adjust what metrics features are enabled at build time/runtime.
- Add some filtering methods so that only specific sets of
runtime/metricsare included.
For example, of the new metrics I only need /sched/latencies:seconds right now.
kakkoyun