Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/cdi-reference.adoc
Browse files Browse the repository at this point in the history
Co-Authored-By: Guillaume Smet <[email protected]>
  • Loading branch information
2 people authored and mmusgrov committed Dec 12, 2019
1 parent e77f11a commit e643676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/cdi-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ public class TracerConfiguration {
}
----

The idea is that the extension auto-configures things for user, eliminating a lot of boilerplate - we can just `@Inject` a `Tracer` wherever it is needed.
The idea is that the extension auto-configures things for the user, eliminating a lot of boilerplate - we can just `@Inject` a `Tracer` wherever it is needed.
Now imagine that in our application we would like to utilize the configured `Tracer`, but we need to customize it a little, for example by providing a custom `Reporter`.
The only thing that would be needed in our application would be something like the following:

Expand Down

0 comments on commit e643676

Please sign in to comment.