abap-observability-tools / abap-metrics-provider

Let's you use predefined or custom metrics to monitor your abap stack with a monitoring tool of your choice.
https://abap-observability-tools.org/abap-metrics-provider
MIT License
24 stars 7 forks source link

Prometheus Converter: "/" in metric name does not work #200

Open treee111 opened 2 years ago

treee111 commented 2 years ago

The Prometheus converter class in combination with the "Business Application Log (BAL)" Collector and Jobs having a slash / in the name, Prometheus can not read the data properly.

This is a part of the generated Prometheus file: image

In Prometheus, it looks like that: image

I think the not escaped / is the problem here