From c3cccf496394f28007f6d175658fb78ad85c3f53 Mon Sep 17 00:00:00 2001 From: David Ansari Date: Wed, 24 Aug 2022 18:04:14 +0200 Subject: [PATCH] Rename run_queues_length_total to run_queues_length It's a gauge, not a counter. @deadtrickster fixed the bug in https://github.com/deadtrickster/prometheus.erl/commit/d0feb0df58825a277c55e79ba1b39d65499aab32 See #4380 --- deps/rabbitmq_prometheus/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/rabbitmq_prometheus/metrics.md b/deps/rabbitmq_prometheus/metrics.md index 29a565fca1..90a058a556 100644 --- a/deps/rabbitmq_prometheus/metrics.md +++ b/deps/rabbitmq_prometheus/metrics.md @@ -342,7 +342,7 @@ These metrics are specific to the stream protocol. | erlang_vm_statistics_garbage_collection_number_of_gcs | Garbage collection: number of GCs. | | erlang_vm_statistics_garbage_collection_words_reclaimed | Garbage collection: words reclaimed. | | erlang_vm_statistics_reductions_total | Total reductions. | -| erlang_vm_statistics_run_queues_length_total | Length of normal run-queues. | +| erlang_vm_statistics_run_queues_length | Length of normal run-queues. | | erlang_vm_statistics_runtime_milliseconds | The sum of the runtime for all threads in the Erlang runtime system. Can be greater than wall clock time. | | erlang_vm_statistics_wallclock_time_milliseconds | Information about wall clock. Same as erlang_vm_statistics_runtime_milliseconds except that real time is measured. | | erlang_vm_statistics_wallclock_time_milliseconds | Information about wall clock. Same as erlang_vm_statistics_runtime_milliseconds except that real time is measured. |