summaryrefslogtreecommitdiffstats
path: root/python.d/rabbitmq.chart.py
diff options
context:
space:
mode:
authorarch273 <27371317+arch273@users.noreply.github.com>2018-01-22 19:35:05 -0600
committerGitHub <noreply@github.com>2018-01-22 19:35:05 -0600
commit87aa5f61411d79f88316a708914c804408cb269b (patch)
treed0eec40b1fe2e6552c302408e45613e6e1f9b312 /python.d/rabbitmq.chart.py
parent79ab651bf569780de2343ebb1cf1dff85275e34a (diff)
Be more clear with erlang run queue units
The erlang run queue as reported by the rabbit API is a count of Erlang processes waiting to run. Use 'processes' as the unit with 'length' for the legend
Diffstat (limited to 'python.d/rabbitmq.chart.py')
-rw-r--r--python.d/rabbitmq.chart.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python.d/rabbitmq.chart.py b/python.d/rabbitmq.chart.py
index c313593b2c..3d3ddabd36 100644
--- a/python.d/rabbitmq.chart.py
+++ b/python.d/rabbitmq.chart.py
@@ -74,10 +74,10 @@ CHARTS = {
['proc_used', 'used', 'absolute']
]},
'erlang_run_queue': {
- 'options': [None, 'Erlang Run Queue', 'run_queue', 'overview',
+ 'options': [None, 'Erlang Run Queue', 'processes', 'overview',
'rabbitmq.erlang_run_queue', 'line'],
'lines': [
- ['run_queue',' runqueue', 'absolute']
+ ['length',' length', 'absolute']
]},
'global_counts': {
'options': [None, 'Global Counts', 'counts', 'overview',