opentelemetry_semantic_conventions::attribute

Constant FILE_ACCESSED

Source
pub const FILE_ACCESSED: &str = "file.accessed";
Expand description

Time when the file was last accessed, in ISO 8601 format.

§Notes

This attribute might not be supported by some file systems — NFS, FAT32, in embedded OS, etc.

§Examples

  • "2021-01-01T12:00:00Z"