Module v1
Structs§
- LogRecord
 - A log record according to OpenTelemetry Log Data Model: https://github.com/open-telemetry/oteps/blob/main/text/logs/0097-log-data-model.md
 - Logs
Data  - 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.
 - Resource
Logs  - A collection of ScopeLogs from a Resource.
 - Scope
Logs  - A collection of Logs produced by a Scope.
 
Enums§
- LogRecord
Flags  - LogRecordFlags is defined as a protobuf ‘uint32’ type and is to be used as bit-fields. Each non-zero value defined in this enum is a bit-mask. To extract the bit-field, for example, use an expression like:
 - Severity
Number  - Possible values for LogRecord.SeverityNumber.