Skip to content

Commit 77003d7

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

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
@@ -188,7 +188,7 @@ an outside party to control what transactions are recorded through the sampled f
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,
190190
however it uses an extra header to detect if the calling service was instrumented by an Elastic APM agent. If so,
191-
we honour the sampling flag; if not (i.e. an external request), we force the trace to be sampled.
191+
it honors the sampling flag; if not (such as for an external request), it forces the trace to be sampled.
192192

193193

194194
## Following error appears in logs: `The singleton APM agent has already been instantiated and can no longer be configured.` [double-agent-initialization-log]

0 commit comments

Comments
 (0)