Export queue and channel metrics
The image contains the MQ exporter built-in and Ive enabled by env. variable: MQ_ENABLE_METRICS true.
Queue manager returns global statistics. However, it does not return any channel or queue related metrics. We would like to moniotor few application queues, to better understand the load characteristic of planned integration. Is there a way to enable channel and queue related metrics?
PS. If you have any documentation of the MQ exporter metrics, configurtation, please share it as well.
Only queue manager-level metrics are exposed at the moment. This is because we need to introduce a new mechanism to specify which individual queues and channels to monitor (MQ doesn't allow a wildcard subscription here, so we need to name specific queues). Currently, if you want to do this, you can run your own metrics process, as per the mq-metric-samples
+1 would be a very useful feature
Only queue manager-level metrics are exposed at the moment. This is because we need to introduce a new mechanism to specify which individual queues and channels to monitor (MQ doesn't allow a wildcard subscription here, so we need to name specific queues). Currently, if you want to do this, you can run your own metrics process, as per the mq-metric-samples
@arthurbarr - Any updates on exposing queue metrics using prometheus?