Open making opened 7 years ago
Have a look at the Micrometer project (http://micrometer.io/docs/ref/spring/1.5 => default in Spring Boot 2.0) and check what the new /prometheus endpoint returns. It shows the Spring Boot metrics in prometheus syntax.
It would be great to convert Actuator metrics to prometheus way. For example
"counter.status.200.root": 20
->request_count{"response_status"=200," "path"="root"} 20
"gauge.response.root": 2
->response_time{"path"="toot"} 2