You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using git tag v1.12.1, if we run promtool check metrics on our metrics we get the following failure:
go_gc_heap_allocs_by_size_bytes_total non-counter metrics should not have "_total" suffix
go_gc_heap_frees_by_size_bytes_total non-counter metrics should not have "_total" suffix
go_gc_pauses_seconds_total non-counter metrics should not have "_total" suffix
It seems that new metrics were potentially introduced in #955
I also filed prometheus/prometheus#10574 before realizing these are new metrics as part of a library upgrade, though it still seems useful in general.
The text was updated successfully, but these errors were encountered:
Using git tag v1.12.1, if we run
promtool check metrics
on our metrics we get the following failure:It seems that new metrics were potentially introduced in #955
I also filed prometheus/prometheus#10574 before realizing these are new metrics as part of a library upgrade, though it still seems useful in general.
The text was updated successfully, but these errors were encountered: