Description
This version fixes the invalid metric type "0x31db81188a5cc391857624f668dda57ba7f2b074 gauge" error seen in Prometheus when consuming the /debug/metrics/prometheus endpoint. The issue was caused by an invalid metric name format
More specifically:
- Replace "." with "_" in metric names for prometheus.
- Bumped version number to 2.5.1.
What's Changed
- fix(BLK-3659): Fix invalid metric type error by @gabuladze in #111
- Develop by @gabuladze in #112
Full Changelog: v2.5.0...v2.5.1