Skip to content

Commit

Permalink
mention rabbitmq_exchange_messages_deliver_get_total in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Oct 20, 2016
1 parent a64bf8a commit b7018e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@ Count of messages delivered in acknowledgement mode in response to basic.get.
Type: counter.<br />
Count of messages delivered in no-acknowledgement mode in response to basic.get.

* `rabbitmq_exchange_messages_deliver_get_total`<br />
Type: counter.<br />
Sum of *messages_delivered_total, *messages_delivered_no_ack_total, *messages_get_total and *messages_get_no_ack_total.

* `rabbitmq_exchange_messages_redelivered_total`<br />
Type: counter.<br />
Count of subset of delivered messages which had the redelivered flag set.
Expand Down

0 comments on commit b7018e0

Please sign in to comment.