Can .NET support "No explicit parent Span/SpanContext allowed" spec item? #1676
Labels
needs-runtime-change
Issues which likely require changes from dotnet runtime - typically DiagnosticSource package
The tracing API specification was changed on September 23 to only allow a full Context as explicit parent, and a SpanContext alone or Span alone is no longer allowed. Spec references:
(How) is .NET going to implement this change?
Relatedly, I see the spec compliance matrix has "unknown" listed in this row https://github.com/open-telemetry/opentelemetry-specification/blob/master/spec-compliance-matrix.md#traces "No explicit parent Span/SpanContext allowed".
The text was updated successfully, but these errors were encountered: