Skip to main content

class  opentelemetry.instrumentation.pixeltable.PixeltableInstrumentor

Enables OpenTelemetry instrumentation of pixeltable against the given (or global) providers. instrument() accepts tracer_provider, meter_provider, and span_level (span emission threshold: info (default), debug, or trace).

method  instrument()

Signature
Instrument the library This method will be called without any optional arguments by the opentelemetry-instrument command. This means that calling this method directly without passing any optional values should do the very same thing that the opentelemetry-instrument command does.

method  uninstrument()

Signature
Uninstrument the library See BaseInstrumentor.instrument for more information regarding the usage of kwargs.
Last modified on July 20, 2026