grafana / jsonnet-libs

Grafana Labs' Jsonnet libraries
Other
633 stars 161 forks source link

feat: IBM MQ log expression update #1309

Closed algchoo closed 3 months ago

algchoo commented 3 months ago

Description

This is untested.

This PR updates the log expression for the IBM MQ dashboard to filter on filename OR log_type. Also, I put the qmgr label in the logExpression part of the configuration.

The intention here is to update the k8s-plugin snippet to use the log_type label to avoid any potential confusion, as filename would have a value that doesn't point to a real log file.

However, if the logs coming from the MQ container do not include what we'd expect and the use of a sidecar/volumes is necessary, then perhaps the filename label would be used.

Changes