Module exporter

Module exporter 

Source
Expand description

OTLP signal exporter with retry and fallback.

This module provides the flusher for exporting OTLP signals to a remote endpoint. It includes retry logic with exponential backoff and stdout JSON fallback on failure.

Structs§

OtlpExporter
OTLP exporter for sending signals to a remote endpoint.

Enums§

ExportError
Error during export.
ExportResult
Result of an export operation.