Skip to content

Releases: ibm-messaging/mq-metric-samples

Update for MQ 9.4.1

25 Oct 09:10
53f6efe
Compare
Choose a tag to compare
  • 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

18 Jun 14:37
5a108d4
Compare
Choose a tag to compare
  • 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

21 Mar 12:14
fb2794d
Compare
Choose a tag to compare

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

29 Feb 17:18
a0a8277
Compare
Choose a tag to compare
  • 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

08 Nov 14:44
Compare
Choose a tag to compare

Pick up a couple of bug fixes

Update for MQ 9.3.4

19 Oct 12:27
Compare
Choose a tag to compare
  • 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

21 Jun 07:58
Compare
Choose a tag to compare
  • Update to MQ 9.3.3
  • Update Dockerfile to support platforms without Redist client (#209)
  • Update all vendored dependencies
  • Add a waitInterval config option (#227)

Update for MQ V9.3.2

17 Feb 09:39
Compare
Choose a tag to compare
  • 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

10 Jan 11:21
Compare
Choose a tag to compare
  • 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

21 Oct 11:54
Compare
Choose a tag to compare
  • 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)