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

What is the metric used to monitor Oldest Message age, QMGR status and QMGR Suspend status in AIX exporter #191

Open
harish225n opened this issue Apr 29, 2022 · 6 comments

Comments

@harish225n
Copy link

May i know "What is the metrics query name to monitor Oldest Message age, QMGR status and QMGR Suspend status in AIX exporter"

@harish225n harish225n changed the title What is the metric to monitor Oldest Message age, QMGR status and QMGR Suspend status in AIX exporter What is the metric used to monitor Oldest Message age, QMGR status and QMGR Suspend status in AIX exporter Apr 29, 2022
@ouwe-knutselaar
Copy link

Did you check he IBM docs?

@harish225n
Copy link
Author

@ouwe-knutselaar Can i get the link of that IBM Doc's? Please.

@ouwe-knutselaar
Copy link

I found a lot for my own Prometheus exporter in:
https://www.ibm.com/docs/en/ibm-mq/9.1?topic=java-mqconstants

Is has a lot, and it is not the most easy to work with. I think it is the mainframe lecagy that makes it complex

@harish225n
Copy link
Author

harish225n commented May 9, 2022

HI @ouwe-knutselaar. Sorry, in the Given link i didn't find any Metrics related to oldest messages age. in AIX Prometheus exporter endpoint i found metrics like this "mqobject_queue_queue_max_depth_messages".

I am looking for the metrics like this(mqobject_queue_queue_max_depth_messages) to oldest message age also, In the end point page. But i didn't find it in endpoint page.

@ouwe-knutselaar
Copy link

What you also could do is to grab a metric of the number of messages sent or received. The moment that the line is flat you know that this was the last moment of trnasport.

@tcivie
Copy link

tcivie commented May 4, 2023

Found this constant in the documentation: MQIACF_OLDEST_MSG_AGE How can I use the MQConstants.lookup with it?
https://www.ibm.com/docs/api/v1/content/SSFKSJ_9.1.0/com.ibm.mq.javadoc.doc/WMQJavaClasses/com/ibm/mq/constants/CMQCFC.html#MQIACF_OLDEST_MSG_AGE

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

3 participants