Rename run_queues_length_total to run_queues_length

It's a gauge, not a counter.
@deadtrickster fixed the bug in d0feb0df58
See #4380
This commit is contained in:
David Ansari 2022-08-24 18:04:14 +02:00 committed by GitHub
parent 3d6c2813c9
commit c3cccf4963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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. |