Skip to main content

Overview

Flushes the tracer’s processors/exporter. Available on KeywordsAITelemetry and KeywordsAIClient.

Example

from keywordsai_tracing import KeywordsAITelemetry, get_client

KeywordsAITelemetry().flush()
get_client().flush()