prefect.telemetry.services
OTLPExporter
Methods:
export
export(self, __items: Sequence[T_contra]) -> Any
shutdown
shutdown(self) -> Any
BaseQueueingExporter
shutdown(self) -> None
QueueingSpanExporter
export(self, spans: Sequence[ReadableSpan]) -> SpanExportResult
QueueingLogExporter
export(self, batch: Sequence[LogData]) -> None
Was this page helpful?