-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Add more metrics to RabbitMQ (mnesia, exchange, node_up) #3252
Labels
Comments
Related to #874 |
3 tasks
mcdoker18
added a commit
to mcdoker18/telegraf
that referenced
this issue
Jun 17, 2018
* new metrics: * unroutable messages * node uptime * gc metrics * mnesia metrics * node healthcheck * IO metrics * refactoring tests: * moved the json examples to a separate files * check metric values Signed-off-by: Vitalii Solodilov <[email protected]>
mcdoker18
added a commit
to mcdoker18/telegraf
that referenced
this issue
Jun 17, 2018
* new metrics: * unroutable messages * node uptime * gc metrics * mnesia metrics * node healthcheck * IO metrics * refactoring tests: * moved the json examples to a separate files * check metric values Signed-off-by: Vitalii Solodilov <[email protected]>
mcdoker18
added a commit
to mcdoker18/telegraf
that referenced
this issue
Jun 19, 2018
* new metrics: * unroutable messages * node uptime * gc metrics * mnesia metrics * node healthcheck * IO metrics * refactoring tests: * moved the json examples to a separate files * check metric values Signed-off-by: Vitalii Solodilov <[email protected]>
mcdoker18
added a commit
to mcdoker18/telegraf
that referenced
this issue
Jun 19, 2018
* new metrics: * unroutable messages * node uptime * gc metrics * mnesia metrics * node healthcheck * IO metrics * refactoring tests: * moved the json examples to a separate files * check metric values Signed-off-by: Vitalii Solodilov <[email protected]>
mcdoker18
added a commit
to mcdoker18/telegraf
that referenced
this issue
Jun 19, 2018
* new metrics: * unroutable messages * node uptime * gc metrics * mnesia metrics * node healthcheck * IO metrics * refactoring tests: * moved the json examples to a separate files * check metric values Signed-off-by: Vitalii Solodilov <[email protected]>
mcdoker18
added a commit
to mcdoker18/telegraf
that referenced
this issue
Jun 19, 2018
* new metrics: * unroutable messages * node uptime * gc metrics * mnesia metrics * node healthcheck * IO metrics * refactoring tests: * moved the json examples to a separate files * check metric values Signed-off-by: Vitalii Solodilov <[email protected]>
otherpirate
pushed a commit
to otherpirate/telegraf
that referenced
this issue
Mar 15, 2019
* new metrics: * unroutable messages * node uptime * gc metrics * mnesia metrics * node healthcheck * IO metrics * refactoring tests: * moved the json examples to a separate files * check metric values Signed-off-by: Vitalii Solodilov <[email protected]>
otherpirate
pushed a commit
to otherpirate/telegraf
that referenced
this issue
Mar 15, 2019
* new metrics: * unroutable messages * node uptime * gc metrics * mnesia metrics * node healthcheck * IO metrics * refactoring tests: * moved the json examples to a separate files * check metric values Signed-off-by: Vitalii Solodilov <[email protected]>
dupondje
pushed a commit
to dupondje/telegraf
that referenced
this issue
Apr 22, 2019
* new metrics: * unroutable messages * node uptime * gc metrics * mnesia metrics * node healthcheck * IO metrics * refactoring tests: * moved the json examples to a separate files * check metric values Signed-off-by: Vitalii Solodilov <[email protected]>
bitcharmer
pushed a commit
to bitcharmer/telegraf
that referenced
this issue
Oct 18, 2019
* new metrics: * unroutable messages * node uptime * gc metrics * mnesia metrics * node healthcheck * IO metrics * refactoring tests: * moved the json examples to a separate files * check metric values Signed-off-by: Vitalii Solodilov <[email protected]>
athoune
pushed a commit
to bearstech/telegraf
that referenced
this issue
Apr 17, 2020
* new metrics: * unroutable messages * node uptime * gc metrics * mnesia metrics * node healthcheck * IO metrics * refactoring tests: * moved the json examples to a separate files * check metric values Signed-off-by: Vitalii Solodilov <[email protected]>
@jcmartins is this feature request still relevant? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature Request
See metrics below:
rabbitmq_node_up
rabbitmq_mnesia_table_read_only
rabbitmq_mnesia_table_disc_copies
rabbitmq_mnesia_table_disc_only_copies
rabbitmq_mnesia_table_local_content
rabbitmq_mnesia_table_majority_required
rabbitmq_mnesia_table_master_nodes
rabbitmq_mnesia_table_memory_bytes
rabbitmq_mnesia_table_ram_copies
rabbitmq_mnesia_table_records_count
rabbitmq_mnesia_table_disk_size_bytes
rabbitmq_exchange_messages_published_total
rabbitmq_exchange_messages_published_in_total
rabbitmq_exchange_messages_published_out_total
rabbitmq_exchange_messages_confirmed_total
rabbitmq_exchange_messages_delivered_total
rabbitmq_exchange_messages_delivered_no_ack_total
rabbitmq_exchange_messages_get_total
rabbitmq_exchange_messages_get_no_ack_total
rabbitmq_exchange_messages_deliver_get_total
rabbitmq_exchange_messages_redelivered_total
rabbitmq_exchange_messages_returned_total
The text was updated successfully, but these errors were encountered: