Skip to content

Clarification on "Message Count" Metrics in ActiveMQ/Destination Dashboard #13198

Answered by wu-sheng
vishalkadam18 asked this question in Q&A
Discussion options

You must be logged in to vote

The metrics are from

# The number of messages sent to the destination.
- name: enqueue_count
exp: org_apache_activemq_Broker_EnqueueCount.sum(['cluster','destinationName','destinationType'])
# The number of messages the destination has delivered to consumers.
- name: dequeue_count
exp: org_apache_activemq_Broker_DequeueCount.sum(['cluster','destinationName','destinationType'])
# The average time a message was held on this destination.
- name: average_enqueue_time
exp: org_apache_activemq_Broker_AverageEnqueueTim…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@vishalkadam18
Comment options

@wu-sheng
Comment options

Answer selected by wu-sheng
@wu-sheng
Comment options

@vishalkadam18
Comment options

@wu-sheng
Comment options

@wu-sheng
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working and you are sure it's a bug!
2 participants