Baldinof / roadrunner-bundle

A RoadRunner worker integrated in your Symfony app
MIT License
270 stars 48 forks source link

Scientific notation in Prometheus metrics #78

Closed AndreyPoleshuk closed 2 years ago

AndreyPoleshuk commented 2 years ago

Prometheus metrics with gauge type and value bigger than 100000 are exposed in the scientific notation like 1e+06. Is it possible somehow to manage it and expose it in simple number format as it is?

Baldinof commented 2 years ago

Hi, I think we cannot do anything here, this bundle simply declare metrics using RoadRunner API (sending metrics is up to RR).

Maybe have a try on the RoadRunner repo but there is big chances that there are just using the golang prometheus library.