Files
releases/internal/prometheus
Stephan Renatus 998adfee79 prometheus: bump client_golang, adjust setup and tests (#4755)
* build(deps): bump github.com/prometheus/client_golang to v1.12.2

Fixes #4697.

* internal/prometheus: adapt to client_golang changes in v1.12.2

- three histograms lost their erroneous "_total" suffix
- one gc cpu fractions metrics is gone

Also, the tests now actually run on Go1.17+, I had misunderstood a build tag earlier.

We're using a deprecated option to keep all the metrics we had before.
In the future, it probably makes sense to use the advised collection only.

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2022-06-09 12:12:17 +02:00
..