Skip to content

Commit

Permalink
add metric rabbitmq_exchange_messages_deliver_get_total
Browse files Browse the repository at this point in the history
Sum of *messages_delivered_total, *messages_delivered_no_ack_total, *messages_get_total and *messages_get_no_ack_total.
Same as rabbitmq_queue_messages_deliver_get_total, except per exchange.
  • Loading branch information
tbcs authored Oct 20, 2016
1 parent 6dde3c7 commit a64bf8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prometheus_rabbitmq_exporter_config.erl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
messages_delivered_no_ack_total,
messages_get_total,
messages_get_no_ack_total,
messages_deliver_get_total,
messages_redelivered_total,
messages_returned_total]).
-define(DEFAULT_CONFIG, [{path, ?DEFAULT_PATH},
Expand Down

0 comments on commit a64bf8a

Please sign in to comment.