mq-java-exporter icon indicating copy to clipboard operation
mq-java-exporter copied to clipboard

Exporter for IBM MQ metrics https://prometheus.io/

Results 51 mq-java-exporter issues
Sort by recently updated
recently updated
newest added

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...

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.yaml:snakeyaml&package-manager=maven&previous-version=1.28&new-version=1.32)](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`....

dependencies

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. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-core&package-manager=maven&previous-version=2.14.0&new-version=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...

dependencies

Bumps log4j-api from 2.14.0 to 2.17.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-api&package-manager=maven&previous-version=2.14.0&new-version=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...

dependencies

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...