apm-agent-dotnet icon indicating copy to clipboard operation
apm-agent-dotnet copied to clipboard

[FEATURE] Add ability to create DistributedTracingData instance from Trace Context

Open russcam opened this issue 4 years ago • 0 comments

In its current form, DistributedTracingData only exposes traceparent and not tracestate, and provides a method to create DistributedTracingData only from traceparent.

The Elastic APM agents may be used with other systems that require manual propagation of traceparent and tracestate. DistributedTracingData should provide a way to both set and get tracestate.

russcam avatar May 06 '21 00:05 russcam