mathworks / OpenTelemetry-MATLAB

MATLAB interface to OpenTelemetry
Apache License 2.0
14 stars 3 forks source link

Proper support for TraceState #141

Closed duncanpo closed 1 month ago

duncanpo commented 2 months ago

When creating a SpanContext, TraceState is not currently supported as an input. It is also converted to one long string for display. Instead, consider returning a dictionary for its name-value pairs.