prefect.telemetry.services

Classes

OTLPExporter

Methods:

export

export(self, __items: Sequence[T_contra]) -> Any

shutdown

shutdown(self) -> Any

BaseQueueingExporter

Methods:

shutdown

shutdown(self) -> None

QueueingSpanExporter

Methods:

export

export(self, spans: Sequence[ReadableSpan]) -> SpanExportResult

QueueingLogExporter

Methods:

export

export(self, batch: Sequence[LogData]) -> None