Added actuator and cloud foundry endpoints to the list of ignored endpoints; fixes gh-737

This commit is contained in:
Marcin Grzejszczak
2018-04-23 09:05:25 +02:00
parent 11bee6a0ec
commit 2141cf5b44

View File

@@ -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