FiddlerSpanProcessor

FiddlerSpanProcessor

on_start()

Called when a opentelemetry.trace.Span is started.

This method is called synchronously on the thread that starts the span, therefore it should not block or throw an exception.

Parameters

Parameter
Type
Required
Default
Description

span

Span

None

The opentelemetry.trace.Span that just started.

parent_context

`Context

None`

None

Last updated

Was this helpful?