FiddlerSpanProcessor

API reference for 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

The parent context of the span that just started.

Last updated

Was this helpful?