You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add new metrics for RabbitMQ plugin
Proposal:
Add the metrics
slave_nodes_len
synchronised_slave_nodes_len
These metrics by default return a string list with the name of the nodes, however we can extract the length of these list and push it.
Current behavior:
The metrics proposed don't exist.
Desired behavior:
Return these metrics as the number of items in the list.
Use case:
When a message is out of sync we get the value "NaN" in the metric "messages" from the rabbitmq api. However it is not handled well in telegraf. The idea here is know that a queue is out of sync by analyzing the values returned by the proposed metrics: slave_nodes_len and synchronised_slave_nodes_len
If the idea makes sense for telegraf I already implemented it and I can open a PR.
The text was updated successfully, but these errors were encountered:
byjg
added a commit
to byjg/telegraf
that referenced
this issue
Feb 3, 2020
Feature Request
I would like to add new metrics for RabbitMQ plugin
Proposal:
Add the metrics
These metrics by default return a string list with the name of the nodes, however we can extract the length of these list and push it.
Current behavior:
The metrics proposed don't exist.
Desired behavior:
Return these metrics as the number of items in the list.
Use case:
When a message is out of sync we get the value "NaN" in the metric "messages" from the rabbitmq api. However it is not handled well in telegraf. The idea here is know that a queue is out of sync by analyzing the values returned by the proposed metrics:
slave_nodes_len
andsynchronised_slave_nodes_len
If the idea makes sense for telegraf I already implemented it and I can open a PR.
The text was updated successfully, but these errors were encountered: