Skip to content

Commit

Permalink
updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kbudde committed Feb 20, 2017
1 parent d1a05b5 commit 1320460
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ Example

### Metrics

#### Global
All metrics (except golang/prometheus metrics) are prefixed with "rabbitmq_".

#### Global

metric | description
-------| ------------
Expand Down Expand Up @@ -79,6 +80,7 @@ metric | description
|queue_consumers|Number of consumers.|
|queue_consumer_utilisation|Fraction of the time (between 0.0 and 1.0) that the queue is able to immediately deliver messages to consumers. This can be less than 1.0 if consumers are limited by network congestion or prefetch count.|
|queue_memory|Bytes of memory consumed by the Erlang process associated with the queue, including stack, heap and internal structures.|
|queue_head_message_timestamp|The timestamp property of the first message in the queue, if present. Timestamps of messages only appear when they are in the paged-in state.|

##### Counter

Expand Down

0 comments on commit 1320460

Please sign in to comment.