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
@@ -187,7 +187,7 @@ an outside party to control what transactions are recorded through the sampled f
187
187
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
-
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,
191
191
we honour the sampling flag; if not (i.e. an external request), we force the trace to be sampled.
0 commit comments