Constant OTEL_SDK_PROCESSOR_LOG_PROCESSED

pub const OTEL_SDK_PROCESSOR_LOG_PROCESSED: &'static str;
Expand description

§Description

The number of log records for which the processing has finished, either successful or failed

§Notes

For successful processing, error.type MUST NOT be set. For failed processing, error.type MUST contain the failure cause. For the SDK Simple and Batching Log Record Processor a log record is considered to be processed already when it has been submitted to the exporter, not when the corresponding export call has finished

§Metadata

Instrument:counter
Unit:{log_record}
Status:Development

§Attributes