opentelemetry_semantic_conventions::attribute

Constant FILE_ATTRIBUTES

Source
pub const FILE_ATTRIBUTES: &str = "file.attributes";
Expand description

Array of file attributes.

§Notes

Attributes names depend on the OS or file system. Here’s a non-exhaustive list of values expected for this attribute: archive, compressed, directory, encrypted, execute, hidden, immutable, journaled, read, readonly, symbolic link, system, temporary, write.

§Examples

  • [ "readonly", "hidden", ]