From 326ccb06af0255689fcd0ed55f914e993570ed96 Mon Sep 17 00:00:00 2001 From: Ben Iofel Date: Fri, 12 Feb 2021 14:55:21 -0500 Subject: [PATCH] akka-http: Update comments in reference.conf --- .../kamon-akka-http/src/main/resources/reference.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}