Monitoring axon server in NewRelic

Hello, community,

Recently we have started to monitor our infrastructure with NewRelic.
For the Axon server, we are using the integrated axon server Prometheus endpoint /actuator/prometheus to scrap the metrics. For the scraping, the NewRelic Prometheus scraper is used which is implemented as per Prometheus recommendations.
Sadly we get some errors in the scraping process:

time=“2022-05-26T14:53:29Z” level=warning msg=“fetching Prometheus metrics: http://10.124.3.5:8024/actuator/prometheus (axonserver-0-0)” component=Fetcher error=“text format parsing error in line 189: invalid escape sequence '\”’"
time=“2022-05-26T14:53:29Z” level=warning msg=“error while scraping target” component=Fetcher error=“text format parsing error in line 189: invalid escape sequence '\”’"

Here is the ticket that I’ve opened to NewRelic Nri-prometheus scraping issue - Infrastructure - New Relic Explorers Hub

Here is the Prometheus data-model

We have deployed axonserver-enterprise:4.5.17-dev-nonroot docker image.

Is there something that I can do on my side?

Thanks!

Hello Bogdan,
Can you share the output of the /actuator/prometheus call, so I can see where the invalid escape sequence is located?

Thanks,
Marc

Sure!

Since I can’t upload text documents, I will share a Gdrive link with you scraping_output - Google Docs

Thanks!

Any progress on this? Thanks!