OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_LOG_RECORD_UIDConst Experimental

    ATTR_LOG_RECORD_UID: "log.record.uid" = ...

    A unique identifier for the Log Record.

    01ARZ3NDEKTSV4RRFFQ69G5FAV
    

    If an id is provided, other log records with the same id will be considered duplicates and can be removed safely. This means, that two distinguishable log records MUST have different values. The id MAY be an Universally Unique Lexicographically Sortable Identifier (ULID), but other identifiers (e.g. UUID) may be used as needed.

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