open-policy-agent / opa

Open Policy Agent (OPA) is an open source, general-purpose policy engine.
https://www.openpolicyagent.org
Apache License 2.0
9.57k stars 1.33k forks source link

docs: Missing monitoring metric `go_memstats_gc_cpu_fraction` #6783

Closed philipaconrad closed 3 months ago

philipaconrad commented 4 months ago

Short description

Since Go 1.18, it seems that Prometheus has removed the go_memstats_gc_cpu_fraction, which is reported on the Monitoring docs page as a STABLE metric.

If someone goes looking for that metric in Prometheus / Grafana charts while setting up an OPA deployment, they definitely won't see it! :sweat_smile:

Expected solution

The docs should reflect the removal of the metric, either with an explicit deprecation/removal note, or by just removing the table row for go_memstats_gc_cpu_fraction.

Additional context