Package io.opentelemetry.proto.logs.v1


package io.opentelemetry.proto.logs.v1
  • Class
    Description
    A log record according to OpenTelemetry Log Data Model: https://github.com/open-telemetry/oteps/blob/main/text/logs/0097-log-data-model.md
    A log record according to OpenTelemetry Log Data Model: https://github.com/open-telemetry/oteps/blob/main/text/logs/0097-log-data-model.md
    LogRecordFlags represents constants used to interpret the LogRecord.flags field, which is protobuf 'fixed32' type and is to be used as bit-fields.
     
    LogsData represents the logs data that can be stored in a persistent storage, OR can be embedded by other protocols that transfer OTLP logs data but do not implement the OTLP protocol.
    LogsData represents the logs data that can be stored in a persistent storage, OR can be embedded by other protocols that transfer OTLP logs data but do not implement the OTLP protocol.
     
     
    A collection of ScopeLogs from a Resource.
    A collection of ScopeLogs from a Resource.
     
    A collection of Logs produced by a Scope.
    A collection of Logs produced by a Scope.
     
    Possible values for LogRecord.SeverityNumber.