fhemberger / prometheus-formatter

Browser extension which makes plain Prometheus/OpenMetrics endpoints easier to read
126 stars 10 forks source link

Add Spring Boot + Micrometer's default path #2

Closed matsumana closed 6 years ago

matsumana commented 6 years ago

Hello.

I'd like to add Spring Boot + Micrometer's default path.

Actually, the path is different between Spring Boot 1.5 and 2.0.

Spring Boot 1.5

The default path is /prometheus

ref: https://micrometer.io/docs/ref/spring/1.5#_prometheus

Spring Boot 2.0

The default path is /actuator/prometheus

ref: https://docs.spring.io/spring-boot/docs/2.0.2.RELEASE/reference/htmlsingle/#production-ready-metrics-export-prometheus

matsumana commented 6 years ago

@fhemberger Hello. Could you please review this PR?

fhemberger commented 6 years ago

Hi sorry, for the delay. Didn't receive an email notification from GitHub. PR looks good and I'll push a new release shortly.

fhemberger commented 6 years ago

Your item is in the process of being published and may take up to 60 minutes to appear in the Chrome Web Store.

Thanks for your contribution!

matsumana commented 6 years ago

Thank you for merging and releasing!