In our setup we have lots of Dropwizard services which are streaming their metrics to a Hystrix dashboard.
We are writing a new service in Spring Boot and would like the metrics stream to be on the same URL as the Dropwizard one, but I can't find out how to override the stream servlet's URL pattern.
I'm sure this is configurable somehow, any ideas?