OpenTelemetry SDK
    Preparing search index...

    Variable METRIC_OTEL_SDK_EXPORTER_LOG_EXPORTEDConst Experimental

    METRIC_OTEL_SDK_EXPORTER_LOG_EXPORTED: "otel.sdk.exporter.log.exported" = ...

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

    For successful exports, error.type MUST NOT be set. For failed exports, error.type MUST contain the failure cause. For exporters with partial success semantics (e.g. OTLP with rejected_log_records), rejected log records MUST count as failed and only non-rejected log records count as success. If no rejection reason is available, rejected SHOULD be used as value for error.type. If the exporter retries failed export attempts, the export operation is considered finished only after the final attempt has concluded. Each log record MUST be counted exactly once per export operation: intermediate failed attempts that are followed by a retry MUST NOT increment the counter, and error.type reflects the cause of the final attempt.

    This metric is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.