Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
def delegate(self) -> SpanExporter
def export(self, spans: Sequence[ReadableSpan]) -> SpanExportResult
def export_health(self) -> ExportHealth
def force_flush(self, timeout_millis: int=30000) -> bool
def shutdown(self) -> None
def copy_span_for_export(span: ReadableSpan, routing_resource: Resource | None=None, *, normalize_attributes: bool=False) -> ReadableSpan