aspnet / Microsoft.AspNet.TelemetryCorrelation

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

Call new DS callback: OnActivityImport #63

Closed lmolkova closed 5 years ago

lmolkova commented 5 years ago

This is a new callback introduced in DiagnosticSource 4.6.0 that instrumentations should call when it read headers and set parents/context on the Activity but before Activity is started.

This serves two purposes