-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix metric listings for activemq / activemq_xml #2487
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👌
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two comments about the unit names, otherwise 👍
activemq/metadata.csv
Outdated
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add the message
unit for this metric and the ones below please ?
activemq_xml/metadata.csv
Outdated
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,,,The total number of messages sent to the queue since the last restart.,0,activemq_xml,topic deq count |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, we could addd the message
unit to all the metrics related to number of message
@zippolyte - Just following up on this one. |
Sorry, lost track of it. |
Thanks @zippolyte! I've updated the activemq metadata file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
What does this PR do?
Fix metric listings for activemq / activemq_xml
Motivation
Trello request
Review checklist
no-changelog
label attached- [ ] Feature or bugfix has tests