We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8743d22 commit fd663efCopy full SHA for fd663ef
featuremanagement/azuremonitor/_send_telemetry.py
@@ -126,7 +126,7 @@ class TargetingSpanProcessor(SpanProcessor):
126
A custom SpanProcessor that attaches the targeting ID to the span and baggage when a new span is started.
127
"""
128
129
- def on_start(self, span: Span, parent_context: Optional[Context] =None) -> None:
+ def on_start(self, span: Span, parent_context: Optional[Context] = None) -> None:
130
131
Attaches the targeting ID to the span and baggage when a new span is started.
132
0 commit comments