is_fiddler_span

is_fiddler_span

Check if a span belongs to Fiddler's tracer.

Verifies span ownership by checking for Fiddler's APPLICATION_ID in resource attributes. This ensures isolation from other OpenTelemetry tracers that may be active.

Parameters

Parameter
Type
Required
Default
Description

span

`Span

None`

None

Returns

True if span is a Fiddler span, False otherwise.

Return type: bool

Last updated

Was this helpful?