Releases: ibm-messaging/mq-metric-samples
Releases · ibm-messaging/mq-metric-samples
Update for MQ 9.4.1
- Update to MQ 9.4.1
- Some linter-suggested code changes
- Add PasswordFile configuration option for MQ authentication
- Add note about TZ configuration (#314)
- Add an example dashboard for the OTel exporter to show any Traces sent to Jaeger
Update for MQ 9.4.0
- Update to MQ 9.4.0
- Update all vendored dependencies
- Add OTLP/http option to OTel emitter
- Remove "EXPERIMENTAL" flag
- Convert OTEL and Prometheus sample dashboards to newer Grafana panels
- Update to Go 1.21 as baseline (OTEL requirement)
- Permit connection to unnamed (default) queue manager
Dockerfile base image update
The base image used by Dockerfile to build the code has a glibc newer than that in the ibm-messaging/mq
container which meant that copying a compiled collector over would not work. Use an older base image, but still with a new golang compiler, and it seems to be fine.
Update for MQ 9.3.5
- Update for MQ 9.3.5
- Update all vendored dependencies
- Add metadata label configuration options
- Update to Go 1.20 as baseline
- Add EXPERIMENTAL OpenTelemetry emitter
Update mq-golang dependency
Pick up a couple of bug fixes
Update for MQ 9.3.4
- Update to MQ 9.3.4
- Fix Prometheus label cardinality when reporting disconnect (#245)
- Add hints about monitoring "large" queue managers in TUNING.md
- Make sure missing YAML configuration attributes have reasonable defaults
- Update all vendored dependencies
Update for MQ 9.3.3
Update for MQ V9.3.2
- Update to MQ 9.3.2
- Add hostname tag for qmgrs running 9.3.2
- Add NativeHA metrics to all collectors
Expose new metrics from mq-golang 5.3.3
- Copy in metrics.txt summary of available metrics from mq-golang
- JSON exporter - consistent objecttype for qmgr, merge published and
polled metrics (#188) - JSON exporter - allow configuration (
recordmax
) for number of objects
printed in a single JSON record (also #188) - AWS exporter -correct interval processing (#192)
- Simplified build/run in a single Dockerfile (#194)
- New metrics from mq-golang v5.3.3
Update for MQ V9.3.1
- Update to MQ 9.3.1
- Update to use v5.3.2 of mq-golang repository
- Update all vendored dependencies
- Add sample script showing TLS configuration in container
- Update Prometheus channel status sample dashboard to show channel instance counts
- Add AMQP channel status reporting to all collectors
- Add single CLUSTER tag to queues (ibm-messaging/mq-golang#191)