Hi,
I follow the spring boot actuator Spring Boot Document to use Prometheus endpoint.
But it doesn't show until I add the micrometer-registry-prometheus dependency in my gradle build.
implementation 'io.micrometer:micrometer-registry-prometheus'
And this doesn't mention in the document?