mq-container icon indicating copy to clipboard operation
mq-container copied to clipboard

Prometheus Mainframe IBM MQ metrics for total messages count

Open narsingumahesh opened this issue 2 years ago • 1 comments

We are trying to pull total MQ messages count in Mainframe MQ using Prometheus and grafana monitoring. Could you please help us to get grafana metric for messages total count on mainframe MQ and Total Messages bytes transferred count.

To get this report in Linux we are using below metric. For Total messages : sum(ibmmq_queue_mqput_mqput1_count{qmgr=~""} + ibmmq_queue_mqget_count{qmgr=~""}) For total bytes transferred: sum(ibmmq_qmgr_put_persistent_messages_bytes{qmgr=~""} +ibmmq_qmgr_put_non_persistent_messages_bytes{qmgr=~""})

narsingumahesh avatar May 09 '23 09:05 narsingumahesh

@narsingumahesh this is mq on containers issue listing. Please raise your query for MQ on mainframes in https://github.com/ibm-messaging/mq-metric-samples repository if you want more support/response related to your query.

vgavinash avatar Aug 08 '24 09:08 vgavinash