Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format issue with graphite output #42

Open
smetj opened this issue Jul 18, 2016 · 2 comments
Open

Format issue with graphite output #42

smetj opened this issue Jul 18, 2016 · 2 comments

Comments

@smetj
Copy link

smetj commented Jul 18, 2016

Reopening issue #8

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.

@redterror
Copy link

Suggestion - use the cluster_name returned in the overview stats here? Since these are cluster-wide, that would seem the "correct" prefix.

@smetj
Copy link
Author

smetj commented Jul 20, 2016

yes, That sounds good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants