Constant OTEL_SDK_EXPORTER_LOG_INFLIGHT
pub const OTEL_SDK_EXPORTER_LOG_INFLIGHT: &'static str;
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
For successful exports, error.type
MUST NOT be set. For failed exports, error.type
MUST contain the failure cause
§Metadata
Instrument: | updowncounter |
Unit: | {log_record} |
Status: | Development |
§Attributes
Name | Requirement |
---|---|
crate::attribute::OTEL_COMPONENT_NAME | Recommended |
crate::attribute::OTEL_COMPONENT_TYPE | Recommended |
crate::attribute::SERVER_ADDRESS | {"recommended": "when applicable"} |
crate::attribute::SERVER_PORT | {"recommended": "when applicable"} |