-
Notifications
You must be signed in to change notification settings - Fork 824
Closed
Description
Hi,
I have an existing Spring Boot 2.7.14 application where metrics are collected with Dropwizard.
I don't plan to migrate to MicroMeter in the short term so I cannot use io.micrometer:micrometer-registry-prometheus to enable the Spring provided Prometheus endpoint.
So I've been trying to use:
io.prometheus:simpleclient_dropwizard:0.16.0io.prometheus:simpleclient_spring_boot:0.16.0
it looks like simpleclient_spring_boot is not compatible with Spring boot 2 because it relies on class PublicMetrics that has been deprecated in Spring Boot 2.
Am I looking at the wrong place?
Is it possible to enable the Prometheus Endpoint with Spring Boot 2 in other ways?
Thanks
Metadata
Metadata
Assignees
Labels
No labels