elastic / integrations

Elastic Integrations
https://www.elastic.co/integrations
Other
30 stars 447 forks source link

[IBMMQ] Add Queue Metrics datastream #9061

Open muthu-mps opened 9 months ago

muthu-mps commented 9 months ago

Currently the IBMMQ integration collects the Queue Manager metrics using the prometheus exporter. The IBMMQ messaging queue reports metrics related to queue. This datastream will collect metrics from the queue.

Reference: https://github.com/elastic/enhancements/issues/20581

muthu-mps commented 9 months ago
muthu-mps commented 8 months ago

As the default prometheus exporter for IBMMQ which is currently used in the integrations doesn't export the additional metrics which we are looking for. The Queue, channel metrics etc... The beats module is also relying on the prometheus exporter to collect the metrics. The third party exporter has no guaranty for support and updates. We will be looking into the possibilities to update the beats module to collect metrics from IBMMQ directly. This is a blocker until the dependencies are resolved.