Fix hystrix stream servlet name.
This commit is contained in:
@@ -54,7 +54,7 @@ class HystrixManagementContextConfiguration {
|
||||
}
|
||||
|
||||
@Bean
|
||||
public ServletRegistrationBean<HystrixMetricsStreamServlet> jolokiaServlet() {
|
||||
public ServletRegistrationBean<HystrixMetricsStreamServlet> hystrixMetricsStreamServlet() {
|
||||
String path = this.managementServletContext.getContextPath()
|
||||
+ this.properties.getPath();
|
||||
String urlMapping = (path.endsWith("/") ? path + "*" : path + "/*");
|
||||
|
||||
Reference in New Issue
Block a user