I'm using spring-boot-starter-actuator
for getting a localhost/metrics
endpoint.
Now I also want to use the dropwizard.metrics
and the metrics-servlets
dependency. On their webpage (https://dropwizard.github.io/metrics/3.1.0/getting-started/) it is stated that with this a AdminServet
with some kind of admin menu for metrics, healt, threaddump and ping would be created.
But I don't see that servlet. Do I maybe have to register it explicit within spring-boot?