mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-24 01:04:49 -06:00
998adfee79
* 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>