aspnet / Microsoft.AspNet.TelemetryCorrelation

Microsoft.AspNet.CorrelationIdTracker module for tracking multi-tier activities
Other
13 stars 18 forks source link

Feature Request: Add support for the query-string tracing context transport (to support http redirects). #78

Open dmitriyse opened 4 years ago

dmitriyse commented 4 years ago

Please consider the HTTP redirect scenario support. 1) Request query string parameters should be taken into account 2) On redirect responses query string parameters should be injected, according to the configuration. See https://github.com/dotnet/aspnetcore/issues/27422

See: https://github.com/w3c/trace-context/issues/438