opentelemetry_semantic_conventions::attribute

Constant LOG_RECORD_ORIGINAL

Source
pub const LOG_RECORD_ORIGINAL: &str = "log.record.original";
Expand description

The complete original Log Record.

§Notes

This value MAY be added when processing a Log Record which was originally transmitted as a string or equivalent data type AND the Body field of the Log Record does not contain the same value. (e.g. a syslog or a log record read from a file.)

§Examples

  • "77 <86>1 2015-08-06T21:58:59.694Z 192.168.2.133 inactive - - - Something happened"
  • "[INFO] 8/3/24 12:34:56 Something happened"