opentelemetry_semantic_conventions::attribute

Constant OS_DESCRIPTION

source
pub const OS_DESCRIPTION: &str = "os.description";
Expand description

Human readable (not intended to be parsed) OS version information, like e.g. reported by ver or lsb_release -a commands.

ยงExamples

  • "Microsoft Windows [Version 10.0.18363.778]"
  • "Ubuntu 18.04.1 LTS"