Spring Boot - Actuator
Given this Spring Boot application.properties snippet:
What will be the URL path to scrape metrics for Prometheus?
management.endpoints.web.exposure.include=health,prometheus
management.endpoint.prometheus.enabled=trueWhat will be the URL path to scrape metrics for Prometheus?
