We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b432f commit a477d13Copy full SHA for a477d13
docs/performance-tuning.asciidoc
@@ -30,7 +30,7 @@ Applications with a high request rate and/or many spans per incoming request
30
may want to lower the the sampling rate. For example, see the example below
31
to trace 20% of incoming requests. Note that incoming HTTP requests that are
32
part of a <<distributed-tracing,distributed trace>> already have the sampling
33
-decision made -- the `tracestate` header includes a
+decision made -- the `traceparent` header includes a
34
https://w3c.github.io/trace-context/#sampled-flag[sampled flag]. In these cases
35
the `transactionSampleRate` setting will not apply.
36
0 commit comments