Skip to content

Releases: ibm-messaging/mq-metric-samples

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)

Update for MQ 9.3.0

25 Jun 16:00
Compare
Choose a tag to compare
  • Update to MQ 9.3.0
  • Update to use v5.3.0 of mq-golang repository
  • Update other vendored dependencies
  • Add filters.hideSvrConnJobname config option (#114)
  • Move objects.showInactiveChannels to new filters section (generate error to indicate move)
  • Move objects.queueSubscriptionSelection to new filters section
  • Enable use of durable subscriptions to reduce impact on MAXHANDS configuration
    • Add script to explicitly remove durable subs

Update for MQ 9.2.5

25 Feb 16:36
Compare
Choose a tag to compare
  • Update for MQ 9.2.5
  • Various vendor libraries updated
  • JSON collector has "oneline" option to not pretty-print output