Skip to content

Releases: ibm-messaging/mq-metric-samples

Update for latest mq-golang

14 Nov 13:04
939c016

Choose a tag to compare

  • Pull in latest mq-golang package
  • Add DEPRECATIONS file

Update to latest mq-golang

03 Nov 07:19
21ef0b3

Choose a tag to compare

Pulls in fix for #440

Update for MQ 9.4.4

16 Oct 19:47
2793ecb

Choose a tag to compare

  • Update to MQ 9.4.4
  • Add showCustomAttribute filter config setting to include the CUSTOM attribute as metric tag/label

Update for MQ 9.4.3

18 Jun 14:09
6b0cef0

Choose a tag to compare

  • Update to MQ 9.4.3
  • Add MQTT channel metrics, similar to AMQP
  • Changes from underlying mq-golang mqmetric package:
    • Add security_protocol metric for channels
    • Add sslciph label/tag for channels
    • Fail connection in preference to warning when unexpected error
    • Some versions don't support MQINQ(MQCA_VERSION) (#395)
    • Add startTime (epoch, milliseconds) for all channel types
    • Add active_service metric for qmgr
    • Increase recommended max qdepth on replyQ as there are now more potential queue subscriptions

Update for MQ 9.4.2

27 Feb 11:36
7dfc28d

Choose a tag to compare

  • Update to MQ 9.4.2
  • The "nhainstance" tag is renamed to "nha" to handle both instances and CRR groups
    • Any dashboards related to NativeHA metrics may need to be updated
    • Prometheus Logging.json example dashboard includes Cross-region replication metrics
  • Add amqsevtg sample

Update for MQ 9.4.1

25 Oct 09:10
53f6efe

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

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

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

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

Choose a tag to compare

Pick up a couple of bug fixes