forked from DataDog/integrations-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix metric listings for activemq / activemq_xml (DataDog#2487)
* Fix metric listings for activemq / activemq_xml * Update based on comments * Update activemq metadata based on comment
- Loading branch information
1 parent
8f3c3f4
commit 0135beb
Showing
4 changed files
with
34 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name | ||
activemq.queue.avg_enqueue_time,gauge,10,millisecond,,On average the amount of time (ms) that messages remained enqueued.,0,activemq,avg enq time | ||
activemq.queue.consumer_count,gauge,10,,,The number of consumers connected,0,activemq,cnsmr count | ||
activemq.queue.producer_count,gauge,10,,,The number of producers connected,0,activemq,prdcr count | ||
activemq.queue.max_enqueue_time,gauge,10,millisecond,,The max the amount of time (ms) that messages remained enqueued.,0,activemq,max enq time | ||
activemq.queue.min_enqueue_time,gauge,10,millisecond,,The min the amount of time (ms) that messages remained enqueued.,0,activemq,min enq time | ||
activemq.queue.memory_pct,gauge,10,percent,,The percentage of memory currently in use,0,activemq,mem pct | ||
activemq.queue.size,gauge,10,message,,The amount of messages that remained queued.,0,activemq,enq size | ||
activemq.queue.dequeue_count,gauge,10,message,,The amount of messages that remained dequeued.,0,activemq,deq size | ||
activemq.queue.dispatch_count,gauge,10,message,,The amount of messages that have been dispatched.,0,activemq,dsptch cnt | ||
activemq.queue.enqueue_count,gauge,10,message,,The amount of messages that have been enqueued.,0,activemq,enq cnt | ||
activemq.queue.expired_count,gauge,10,message,,The amount of messages that have been expired.,0,activemq,exp cnt | ||
activemq.queue.in_flight_count,gauge,10,message,,The amount of messages that have been in flight.,0,activemq,enq cnt | ||
activemq.broker.store_pct,gauge,10,percent,,The percentage of store in use.,0,activemq,str pct | ||
activemq.broker.temp_pct,gauge,10,percent,,The percentage of temporary in use.,0,activemq,temp pct | ||
activemq.broker.memory_pct,gauge,10,percent,,The percentage of memory in use.,0,activemq,mem pct |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name | ||
activemq.queue.avg_enqueue_time,gauge,10,millisecond,,On average the amount of time (ms) that messages remained enqueued.,0,activemq,avg enq time | ||
activemq.queue.consumer_count,gauge,10,,,The number of consumers connected,0,activemq,cnsmr count | ||
activemq.queue.producer_count,gauge,10,,,The number of producers connected,0,activemq,prdcr count | ||
activemq.queue.max_enqueue_time,gauge,10,millisecond,,The max the amount of time (ms) that messages remained enqueued.,0,activemq,max enq time | ||
activemq.queue.min_enqueue_time,gauge,10,millisecond,,The min the amount of time (ms) that messages remained enqueued.,0,activemq,min enq time | ||
activemq.queue.memory_pct,gauge,10,percent,,The percentage of memory currently in use,0,activemq,mem pct | ||
activemq.queue.size,gauge,10,,,The amount of messages that remained queued.,0,activemq,enq size | ||
activemq.queue.dequeue_count,gauge,10,,,The amount of messages that remained dequeued.,0,activemq,deq size | ||
activemq.queue.dispatch_count,gauge,10,,,The amount of messages that have been dispatched.,0,activemq,dsptch cnt | ||
activemq.queue.enqueue_count,gauge,10,,,The amount of messages that have been enqueued.,0,activemq,enq cnt | ||
activemq.queue.expired_count,gauge,10,,,The amount of messages that have been expired.,0,activemq,exp cnt | ||
activemq.queue.in_flight_count,gauge,10,,,The amount of messages that have been in flight.,0,activemq,enq cnt | ||
activemq.broker.store_pct,gauge,10,percent,,The percentage of store in use.,0,activemq,str pct | ||
activemq.broker.temp_pct,gauge,10,percent,,The percentage of temporary in use.,0,activemq,temp pct | ||
activemq.broker.memory_pct,gauge,10,percent,,The percentage of memory in use.,0,activemq,mem pct | ||
activemq.topic.count,gauge,,,,The number of topics.,0,activemq_xml,topic count | ||
activemq.topic.consumer_count,gauge,10,,,The number of consumers.,0,activemq_xml,topic cnsmr count | ||
activemq.topic.dequeue_count,gauge,10,message,,The total number of messages sent to the queue since the last restart.,0,activemq_xml,topic deq count | ||
activemq.topic.enqueue_count,gauge,10,message,,The total number of messages removed from the queue (acknowledged by consumer) since the last restart.,0,activemq_xml,topic enq count | ||
activemq.topic.size,gauge,10,,,The size of the topic.,0,activemq_xml,topic size | ||
activemq.subscriber.count,gauge,,,,The number of subscribers.,0,activemq_xml,sub count | ||
activemq.subscriber.dequeue_counter,gauge,,message,,The number of messages sent to and acknowledged by the client.,0,activemq_xml,sub deq cntr | ||
activemq.subscriber.dispatched_counter,gauge,,message,,The number of messages sent to the client.,0,activemq_xml,sub disptchd cntr | ||
activemq.subscriber.dipatched_queue_size,gauge,,message,,The number of messages dispatched that are awaiting acknowledgement.,0,activemq_xml,sub disptchd que size | ||
activemq.subscriber.enqueue_counter,gauge,,message,,The number of messages that matched the subscription.,0,activemq_xml,sub enq cntr | ||
activemq.subscriber.pending_queue_size,gauge,,message,,The number of messages pending delivery.,0,activemq_xml,sub pend que size |