Skip to content

Commit

Permalink
[DOCS] Troubleshooting for ASE (#2473) (#2517)
Browse files Browse the repository at this point in the history
PR #2473 was merged into 1.x rather than main in error. This syncs the
changes back to main.

Co-authored-by: Luca Belluccini <[email protected]>
  • Loading branch information
stevejgordon and lucabelluccini authored Dec 2, 2024
1 parent aa8e3ba commit def884a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/troubleshooting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -283,4 +283,15 @@ Should be changed to:

image::./images/integrated-pipeline.png[Integrated Managed Pipeline Mode in Properties]

You may need to restart Visual Studio for these changes to fully apply.
You may need to restart Visual Studio for these changes to fully apply.

[float]
[[azure-app-services-traceparent]]
=== Azure App Services / ASE and sampling

Azure/ASE adds trace headers set to unsampled for incoming requests to the cluster.

Elastic APM .NET Agent (and likely also other agents which correctly handle the W3C Trace Parent header sampling) will obey to the traceparent header sampling of the incoming request.
As a consequence, the traces/spans will not be sent to APM Server/Integration and therefore APM UI will not show anything.

We recommend using `trace_continuation_strategy` set to `restart` or `restart_external`, so that the APM .NET Agent will ignore the incoming traceparent header sampling flag.

0 comments on commit def884a

Please sign in to comment.