opentelemetry_semantic_conventions::attribute

Constant FILE_PATH

source
pub const FILE_PATH: &str = "file.path";
Expand description

Full path to the file, including the file name. It should include the drive letter, when appropriate.

ยงExamples

  • "/home/alice/example.png"
  • "C:\\Program Files\\MyApp\\myapp.exe"