-
Bug
-
Resolution: Done
-
Major
-
1.2.0
-
None
-
None
Metrics are prefixed with the product name taken from the pom.properties file, i.e. amq-online. However Prometheus is unable to parse metrics containing dashes and therefore this needs to be changed to amq_online.
Possible solutions:
- change application.prefix.bundle in pom.properties
- just prefix all metrics enmasse regardless of upstream or downstream
- modify metrics formatter to replace any dashes with underscores