class FileSpanExporter
source code
def __init__(self, log_dir: Path, service_name: str = "unify"):
def export(self, spans) -> int:
def force_flush(self, timeout_millis: int = 30000) -> bool:
def shutdown(self) -> None: