Skip to main content

OTEL_SDK_EXPORTER_LOG_INFLIGHT

Constant OTEL_SDK_EXPORTER_LOG_INFLIGHT 

pub const OTEL_SDK_EXPORTER_LOG_INFLIGHT: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

§Description

The number of log records which were passed to the exporter, but that have not been exported yet (neither successful, nor failed).

§Notes

Log records are counted as inflight from when they are passed to the exporter until the export operation has concluded. If the exporter retries failed export attempts, log records remain inflight across all retry attempts and any backoff between them

§Metadata

Instrument:updowncounter
Unit:{log_record}
Status:Development

§Attributes

NameRequirement
crate::attribute::OTEL_COMPONENT_NAMERecommended
crate::attribute::OTEL_COMPONENT_TYPERecommended
crate::attribute::SERVER_ADDRESS{"recommended": "when applicable"}
crate::attribute::SERVER_PORT{"recommended": "when applicable"}