You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: troubleshoot/observability/apm-agent-dotnet/apm-net-agent.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ an outside party to control what transactions are recorded through the sampled f
188
188
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
189
189
the sampling flag on all requests and always include a transaction for the trace. `restart_external` is similar,
190
190
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.
192
192
193
193
194
194
## 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