Skip to content

Commit

Permalink
Merge pull request #942 from benwaffle/patch-1
Browse files Browse the repository at this point in the history
akka-http: fix comments in reference.conf
  • Loading branch information
SimunKaracic authored Feb 24, 2021
2 parents cde44cc + 326ccb0 commit f3fbf48
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ kamon.instrumentation.akka.http {
#
propagation {

# Enables or disables HTTP context propagation on this HTTP server instrumentation. Please note that if
# Enables or disables HTTP context propagation on this HTTP client instrumentation. Please note that if
# propagation is disabled then some distributed tracing features will not be work as expected (e.g. Spans can
# be created and reported but will not be linked across boundaries nor take trace identifiers from tags).
#enabled = yes
Expand Down Expand Up @@ -201,7 +201,7 @@ kamon.instrumentation.akka.http {
#status-code = metric

# Copy tags from the context into the Spans with the specified purpouse. For example, to copy a customer_type
# tag from the context into the HTTP Server Span created by the instrumentation, the following configuration
# tag from the context into the HTTP Client Span created by the instrumentation, the following configuration
# should be added:
#
# from-context {
Expand Down Expand Up @@ -247,4 +247,4 @@ kanela.modules {
"akka.http.*"
]
}
}
}

0 comments on commit f3fbf48

Please sign in to comment.