Add Span.set_kind(SpanKind)
or Span.update_kind(SpanKind)
methods to API
#1774
Labels
Span.set_kind(SpanKind)
or Span.update_kind(SpanKind)
methods to API
#1774
This can be useful if a child span needs to influence parent span's kind. For example, if multiple client libraries that wrap each other are all instrumented. For example: open-telemetry/opentelemetry-python-contrib#456
The text was updated successfully, but these errors were encountered: