Skip to content

Commit

Permalink
fix B3Single typo on reference.conf (#598)
Browse files Browse the repository at this point in the history
Typo on B3Single span mapper.
  • Loading branch information
schrepfler authored and ivantopo committed Jul 24, 2019
1 parent 76f22d3 commit 78b7aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kamon-core/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ kamon {
# of writing them to outgoing HTTP requests.
outgoing {

# kamon.trace.SpanPropagation$B3 for default header format or kamon.trace.SpanPropagation$B3Simple for 'b3 single' header format.
# kamon.trace.SpanPropagation$B3 for default header format or kamon.trace.SpanPropagation$B3Single for 'b3 single' header format.
span = "kamon.trace.SpanPropagation$B3"
}
}
Expand Down Expand Up @@ -365,4 +365,4 @@ kamon {

# When instrumentation is enabled, Kanela will replace a this class to let us know that it is there and to provide
# additional information that can be exposed through the Status API and Status Page.
kanela.class-replacer.replace += "kamon.status.Status$Instrumentation$=>kanela.agent.util.KanelaInformationProvider"
kanela.class-replacer.replace += "kamon.status.Status$Instrumentation$=>kanela.agent.util.KanelaInformationProvider"

0 comments on commit 78b7aaa

Please sign in to comment.