Added actuator and cloud foundry endpoints to the list of ignored endpoints; fixes gh-737
This commit is contained in:
@@ -29,7 +29,7 @@ import org.springframework.boot.context.properties.NestedConfigurationProperty;
|
||||
public class SleuthWebProperties {
|
||||
|
||||
public static final String DEFAULT_SKIP_PATTERN =
|
||||
"/api-docs.*|/autoconfig|/configprops|/dump|/health|/info|/metrics.*|/mappings|/trace|/swagger.*|.*\\.png|.*\\.css|.*\\.js|.*\\.html|/favicon.ico|/hystrix.stream|/application/.*";
|
||||
"/api-docs.*|/autoconfig|/configprops|/dump|/health|/info|/metrics.*|/mappings|/trace|/swagger.*|.*\\.png|.*\\.css|.*\\.js|.*\\.html|/favicon.ico|/hystrix.stream|/application/.*|/actuator/.*|/cloudfoundryapplication";
|
||||
|
||||
/**
|
||||
* When true enables instrumentation for web applications
|
||||
|
||||
Reference in New Issue
Block a user