Skip to main content

Overview

Flushes the tracer’s processors/exporter. Available on RespanTelemetry and RespanClient.

Example

from respan_tracing import RespanTelemetry, get_client

RespanTelemetry().flush()
get_client().flush()