Skip to content

Sonar does not work with Prometheus >= 2.4.0

This is because metric types are all in capitals. You can see a prometheus issue about this raised here https://github.com/prometheus/prometheus/issues/4602

This issue was fixed in the prometheus-net library here https://github.com/prometheus-net/prometheus-net/issues/96 so I assume Sonar just needs to update its dependency on this library.