Egor Cherniak
Egor Cherniak
Hello, i've also faced similar requirement. Are there any plans to implement this feature?
Hello! Grafana dashboard is planned for future release [here](https://github.com/Cinimex-Informatica/mq-java-exporter/issues/115).
Hello, I have not seen such property.
Hello, It seems like connection to MQ was broken during exporter processing. We have an issue #137 about reconnecting to queue manager. At the moment the most correct way of...
Hello, Currently, we don't have any plans about implementing such feature in the future. MQ exporter follows prometheus guidelines, which are located [here](https://prometheus.io/docs/instrumenting/writing_exporters/#writing-exporters). As you can see [here](https://prometheus.io/docs/instrumenting/writing_exporters/#deployment): **Each exporter...
Currently, we don't have grafana dashboard but it is planned for future [here](https://github.com/Cinimex-Informatica/mq-java-exporter/issues/115). You can monitor channels (just add valid channel name under channels\include section of configuration file). Channel status...
Yes, sure, MQ exporter can run on any OS, where java is supported.
The final agreed decision about counters is following: The idea is to implement mq counters via prometheus gauges (that's how counters become **smart**). They will increase between scrapes, but after...