-
Notifications
You must be signed in to change notification settings - Fork 16
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
Comments
Did you check he IBM docs? |
@ouwe-knutselaar Can i get the link of that IBM Doc's? Please. |
I found a lot for my own Prometheus exporter in: 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 |
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. |
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. |
Found this constant in the documentation: |
May i know "What is the metrics query name to monitor Oldest Message age, QMGR status and QMGR Suspend status in AIX exporter"
The text was updated successfully, but these errors were encountered: