Skip to content

Support for modules

Choose a tag to compare

@ibmmqmet ibmmqmet released this 01 Jun 14:19
· 598 commits to master since this release
  • Exporters can have configuration provided in YAML file (-f <file>) instead of command line options
  • Use modules (go.mod) to define prereqs (ibm-messaging/mq-golang#138)
  • Update to use v5.0.0 of the mq-golang repository as the new module format
  • Update to use more recent versions of other dependencies
  • Exporters now have some specific exit codes (in particular 30 for trying to connect to a standby qmgr) (#35)
    • Default exit code for error situation is 1
  • New option -ibmmq.QueueSubscriptionFilter to restrict subscriptions made for each queue
    • Set it to PUT,GET for most useful metrics (#34)
    • Default is to collect everything including OPENCLOSE and INQSET resources
  • Turn off echo when asking for passwords
  • All exporters now have comparable function on which objects to monitor
    • Some metric names on some exporters will have changed though not on Prometheus