diff --git a/instrumentation/kamon-akka-http/src/main/resources/reference.conf b/instrumentation/kamon-akka-http/src/main/resources/reference.conf index 74ec145d2..f4ea0f4a3 100644 --- a/instrumentation/kamon-akka-http/src/main/resources/reference.conf +++ b/instrumentation/kamon-akka-http/src/main/resources/reference.conf @@ -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 @@ -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 { @@ -247,4 +247,4 @@ kanela.modules { "akka.http.*" ] } -} \ No newline at end of file +}