mq-java-exporter
mq-java-exporter copied to clipboard
Exporter for IBM MQ metrics https://prometheus.io/
Hello guys! I saw that the exporter application connects to the QMGR and opens 5 handles by queue (subscribe to each metric like openclose, put, get, inqset, conndisc). As we...
May i know "What is the metrics query name to monitor Oldest Message age, QMGR status and QMGR Suspend status in AIX exporter"
Hi, I compiled the configuration file correctly and indeed the exporter can scrape from the queues. The problem is that the only metric I can see is this: "**mqobject_queue_max_depth_messages**". Can...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....
Hi - Do you have a Grafana dashboard template that is built using the mq metrics exposed by this exporter ? Thanks
Hello, guys! Recently, it was identified a vulnerability in log4j 2.x. As many companies use this exporter in production environments and this vulnerability has high severity, is it possible that...
L.S. I see in ru.cinimex.exporter.prometheus.metrics.MetricsManager.HTTPServer in lines 36 to 38 this: ``` HttpHandler mHandler = new HTTPMetricHandler(registry); server.createContext("/", mHandler); server.createContext(url, mHandler); ``` This means that you put it open for...
Bumps log4j-core from 2.14.0 to 2.17.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps log4j-api from 2.14.0 to 2.17.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Hi! The exporter takes metadata only during its start? Is it possible the exporter do some automatic refresh of the metadata every period (for example, 1x per day)? We create...