Skip to content

Commit

Permalink
docs: fix header name with sampled flag (#3069)
Browse files Browse the repository at this point in the history
  • Loading branch information
sefiros1 committed Dec 13, 2022
1 parent bd28207 commit 411caca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/performance-tuning.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Applications with a high request rate and/or many spans per incoming request
may want to lower the the sampling rate. For example, see the example below
to trace 20% of incoming requests. Note that incoming HTTP requests that are
part of a <<distributed-tracing,distributed trace>> already have the sampling
decision made -- the `tracestate` header includes a
decision made -- the `traceparent` header includes a
https://w3c.github.io/trace-context/#sampled-flag[sampled flag]. In these cases
the `transactionSampleRate` setting will not apply.

Expand Down

0 comments on commit 411caca

Please sign in to comment.