Change default for spring analytics to be off
This commit is contained in:
parent
6b98564d30
commit
ecc2ee7955
|
@ -35,6 +35,11 @@ public class SpringWebHttpServerDecorator
|
|||
return "spring-web-controller";
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean traceAnalyticsDefault() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String method(final HttpServletRequest httpServletRequest) {
|
||||
return httpServletRequest.getMethod();
|
||||
|
|
Loading…
Reference in New Issue