Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
[#169] Modified default Hystrix stream path
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Grzejszczak committed Jan 14, 2015
1 parent 6b11d30 commit 7c699ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class HystrixServletConfiguration {

@Bean
public ServletRegistrationBean servletRegistrationBean(
@Value('${hystrix.stream-servlet.path:/hystrix.stream}') String hystrixMetricsStreamPath) {
@Value('${hystrix.stream-servlet.path:/health/hystrix.stream}') String hystrixMetricsStreamPath) {
return new ServletRegistrationBean(new HystrixMetricsStreamServlet(), hystrixMetricsStreamPath)
}

Expand Down

0 comments on commit 7c699ba

Please sign in to comment.