Skip to content
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

Persistent message count per queue #220

Closed
abudavis opened this issue May 24, 2023 · 3 comments
Closed

Persistent message count per queue #220

abudavis opened this issue May 24, 2023 · 3 comments

Comments

@abudavis
Copy link

Thank you for making the mq-metrics-samples available, it has really been useful for us!
We use the metric samples on our CP4I deployment along with Grafana dashboard.
We however have a feedback.

Just like the metric "ibmmq_qmgr_persistent_message_mqput_count" which would show us the number of persistent messages PUT to the entire queue manager, it would really be more useful if we could see this per queue. Is this something that can be made available as part of a future release?

@ibmmqmet
Copy link
Collaborator

How about using the already available ibmmq_queue_mqput_persistent_message_count (and the PUT1 equivalent)

@abudavis
Copy link
Author

Thats perfect, thank you!
-What is really the difference between PUT and PUT1?
-I really wonder why the queue & channel metrics are missing on the cloud pak? - https://www.ibm.com/docs/en/ibm-mq/9.3?topic=operator-metrics-published-when-using-mq

@ibmmqmet
Copy link
Collaborator

See the programming docs for the difference between MQPUT and MQPUT1 verbs.

The cloudpak inbuilt metric collector does not use current versions of this package (it's actually based off the very first release) , and therefore has many limitations in comparison.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants