Revert changes to headers

Span name is properly optional in Zipkin, but it makes the logs
in Sleuth a lot easier to read. Process ID is optional because it
is a Sleuth feature, but it seems useful.

This reverts commit b4d71727bf.
This commit is contained in:
Dave Syer
2015-08-13 08:55:07 +01:00
parent c5f6ff9a25
commit fdde285a69
9 changed files with 47 additions and 37 deletions

View File

@@ -43,11 +43,6 @@ public class SampleZipkinApplication {
return new AlwaysSampler();
}
@Bean
public SampleController sampleController() {
return new SampleController();
}
public static void main(String[] args) {
SpringApplication.run(SampleZipkinApplication.class, args);
}