ibm-messaging / mq-golang

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

Uniquename #63

Closed ibmmqmet closed 6 years ago

ibmmqmet commented 6 years ago

Please ensure all items are complete before opening.

What

Changed heuristic for generating metric names from the Description. "count" and "byte count" were mapping to the same value. Newer versions of Prometheus were flagging the error.

How

formatDescription() changed. This will not affect other monitor solutions that have chosen to map names explicitly rather than using this mechanism.

Testing

Start the prometheus MQ monitor program and work with it directly (browser to http://localhost:9157) which shows errors

Issues

62