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:
		
							parent
							
								
									3d6c2813c9
								
							
						
					
					
						commit
						c3cccf4963
					
				|  | @ -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_number_of_gcs   | Garbage collection: number of GCs.                                                                                                                                                                               | | ||||||
| | erlang_vm_statistics_garbage_collection_words_reclaimed | Garbage collection: words reclaimed.                                                                                                                                                                             | | | erlang_vm_statistics_garbage_collection_words_reclaimed | Garbage collection: words reclaimed.                                                                                                                                                                             | | ||||||
| | erlang_vm_statistics_reductions_total                   | Total reductions.                                                                                                                                                                                                | | | 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_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.                                                                                               | | ||||||
| | 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.                                                                                               | | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue