ibm-messaging / mq-golang

Calling IBM MQ from Go applications
Apache License 2.0
168 stars 60 forks source link

Add channel status discovery #64

Closed ibmmqmet closed 6 years ago

ibmmqmet commented 6 years ago

Please ensure all items are complete before opening.

What

Add a set of PCF operations for DISPLAY CHSTATUS and extracting the metrics from responses. Users wanting to see at least whether channels were running or not

How

New module for channel information; structured so similar QSTATUS or TPSTATUS could be added

Testing

Used a modified Prometheus monitor agent (to be released next) to see the stats

Issues

See #25