Skip to content

Commit

Permalink
docs/content/monitoring: Remove missing prometheus stat.
Browse files Browse the repository at this point in the history
Fixes: open-policy-agent#6783

Signed-off-by: Philip Conrad <[email protected]>
  • Loading branch information
philipaconrad committed Jun 3, 2024
1 parent ce4df78 commit 98577a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The Prometheus endpoint exports Go runtime metrics as well as HTTP request laten
| go_memstats_alloc_bytes_total | counter | Total number of bytes allocated, even if freed. | STABLE |
| go_memstats_buck_hash_sys_bytes | gauge | Number of bytes used by the profiling bucket hash table. | STABLE |
| go_memstats_frees_total | counter | Total number of frees. | STABLE |
| go_memstats_gc_cpu_fraction | gauge | The fraction of this program's available CPU time used by the GC since the program started. | STABLE |
| ~~go_memstats_gc_cpu_fraction~~ | ~~gauge~~ | ~~The fraction of this program's available CPU time used by the GC since the program started.~~ | REMOVED ([Prometheus issue link](https://github.com/prometheus/client_golang/issues/1500)) |
| go_memstats_gc_sys_bytes | gauge | Number of bytes used for garbage collection system metadata. | STABLE |
| go_memstats_heap_alloc_bytes | gauge | Number of heap bytes allocated and still in use. | STABLE |
| go_memstats_heap_idle_bytes | gauge | Number of heap bytes waiting to be used. | STABLE |
Expand Down

0 comments on commit 98577a2

Please sign in to comment.