Skip to content

Commit f3fbf48

Browse files
authored
Merge pull request #942 from benwaffle/patch-1
akka-http: fix comments in reference.conf
2 parents cde44cc + 326ccb0 commit f3fbf48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

instrumentation/kamon-akka-http/src/main/resources/reference.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)