Make TraceKeys configurable

User can now configure additional HTTP headers to tag via
spring.sleuth.keys.http.headers.

Fixes gh-118
This commit is contained in:
Dave Syer
2016-01-19 09:50:17 +00:00
parent 8e5c9bec53
commit fa5fab9175
10 changed files with 274 additions and 140 deletions

View File

@@ -33,6 +33,11 @@
<artifactId>spring-boot-starter-web</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>