Skip to content

Commit

Permalink
fixed typo in README and added w3c propagation note (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl authored Sep 18, 2020
1 parent 0b95db4 commit 1bd70cb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ A custom sampler could of course be provided by declaring a bean of type `io.jae

`opentracing.jaeger.enable-b3-propagation = true`

### Propagate headers in W3C Trace Context format

`opentracing.jaeger.enable-w3c-propagation = true`

## Advanced cases

### Manual bean provisioning
Expand Down Expand Up @@ -194,10 +198,8 @@ public class MyTracerConfiguration {

@Bean
public io.opentracing.Tracer jaegerTracer() {
return io.opentracing.noop.NoopTracerFactory.create()
}
return io.opentracing.noop.NoopTracerFactory.create();
}

}
```

Expand Down

0 comments on commit 1bd70cb

Please sign in to comment.