Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: George Gastaldi <[email protected]>
  • Loading branch information
loicmathieu and gastaldi authored Oct 19, 2020
1 parent c13cfb1 commit 21fec3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/main/asciidoc/opentracing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public class FrancophoneService {
}
----

NOTE: this is the best way to add OpenTracing capability to reactive messaging based application by adding the `Traced` annotation to all incoming methods.
NOTE: the best way to add OpenTracing capability to reactive messaging based applications is by adding the `Traced` annotation to all incoming methods.

== Additional instrumentation

Expand Down Expand Up @@ -227,4 +227,3 @@ quarkus.hibernate-orm.dialect=org.hibernate.dialect.PostgreSQLDialect
== Jaeger Configuration Reference

include::{generated-dir}/config/quarkus-jaeger.adoc[leveloffset=+1, opts=optional]

0 comments on commit 21fec3b

Please sign in to comment.