Skip to content

Commit ff1b5e4

Browse files
Update troubleshoot/observability/apm-agent-dotnet/apm-net-agent.md
Co-authored-by: Benjamin Ironside Goldstein <[email protected]>
1 parent 531d2cc commit ff1b5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

troubleshoot/observability/apm-agent-dotnet/apm-net-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ an outside party to control what transactions are recorded through the sampled f
187187

188188
To control the context propagation behaviour, we have a [trace continuation strategy](apm-agent-dotnet://reference/config-http.md#config-trace-continuation-strategy) option. Choose either `restart` or `restart_external`. `restart` will ignore
189189
the sampling flag on all requests and always include a transaction for the trace. `restart_external` is similar,
190-
however, we use an extra header to detect if the calling service was instrumented by an Elastic APM agent. If so,
190+
however it uses an extra header to detect if the calling service was instrumented by an Elastic APM agent. If so,
191191
we honour the sampling flag; if not (i.e. an external request), we force the trace to be sampled.
192192

193193

0 commit comments

Comments
 (0)