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
When outputting via write_graphite plugin, the node stats are outputted correctly, e.g.:
server1.rabbitmq.disk_free
However, the exchange and queue stats do not prefix the server name correctly:
rabbitmq_default.exchanges-logstash_backfill1.ack
Not sure why the servername would show up on one but not the other?
Still ticket was closed with the remark:
queue/exchange stats are shared across nodes in a cluster, rather than reported per node.
prefixing with hostname or not, at least there must be an option to prefix the rabbitmq_default namespace (without using the collectd global namespace) because if you are collecting from multiple clusters (or multiple individual nodes) and writing the metrics in the same (graphite) backend then you end up unintentionally merging metrics into 1 namespace.
The text was updated successfully, but these errors were encountered:
Reopening issue #8
Still ticket was closed with the remark:
prefixing with hostname or not, at least there must be an option to prefix the
rabbitmq_default
namespace (without using the collectd global namespace) because if you are collecting from multiple clusters (or multiple individual nodes) and writing the metrics in the same (graphite) backend then you end up unintentionally merging metrics into 1 namespace.The text was updated successfully, but these errors were encountered: