File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
instrumentation/kamon-akka-http/src/main/resources Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ kamon.instrumentation.akka.http {
165165 #
166166 propagation {
167167
168- # Enables or disables HTTP context propagation on this HTTP server instrumentation. Please note that if
168+ # Enables or disables HTTP context propagation on this HTTP client instrumentation. Please note that if
169169 # propagation is disabled then some distributed tracing features will not be work as expected (e.g. Spans can
170170 # be created and reported but will not be linked across boundaries nor take trace identifiers from tags).
171171 #enabled = yes
@@ -201,7 +201,7 @@ kamon.instrumentation.akka.http {
201201 #status-code = metric
202202
203203 # Copy tags from the context into the Spans with the specified purpouse. For example, to copy a customer_type
204- # tag from the context into the HTTP Server Span created by the instrumentation, the following configuration
204+ # tag from the context into the HTTP Client Span created by the instrumentation, the following configuration
205205 # should be added:
206206 #
207207 # from-context {
@@ -247,4 +247,4 @@ kanela.modules {
247247 "akka.http.*"
248248 ]
249249 }
250- }
250+ }
You can’t perform that action at this time.
0 commit comments