Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Missing monitoring metric go_memstats_gc_cpu_fraction #6783

Closed
philipaconrad opened this issue Jun 3, 2024 · 0 comments
Closed

docs: Missing monitoring metric go_memstats_gc_cpu_fraction #6783

philipaconrad opened this issue Jun 3, 2024 · 0 comments
Assignees
Labels

Comments

@philipaconrad
Copy link
Contributor

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! 😅

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

@philipaconrad philipaconrad self-assigned this Jun 3, 2024
philipaconrad added a commit to philipaconrad/opa that referenced this issue Jun 3, 2024
philipaconrad added a commit to philipaconrad/opa that referenced this issue Jun 4, 2024
…s_gc_cpu_fraction`

Prometheus appears to have dropped the `go_memstats_gc_cpu_fraction`
metric, since at least Go 1.18. This commit drops the missing metric
from the table of expected metrics for OPA on the monitoring docs page.

Reference: prometheus/client_golang#1500

Fixes: open-policy-agent#6783

Signed-off-by: Philip Conrad <[email protected]>
ledbutter pushed a commit to ledbutter/opa that referenced this issue Jun 10, 2024
…s_gc_cpu_fraction`

Prometheus appears to have dropped the `go_memstats_gc_cpu_fraction`
metric, since at least Go 1.18. This commit drops the missing metric
from the table of expected metrics for OPA on the monitoring docs page.

Reference: prometheus/client_golang#1500

Fixes: open-policy-agent#6783

Signed-off-by: Philip Conrad <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant