FILE_CHANGED

Constant FILE_CHANGED 

pub const FILE_CHANGED: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

Time when the file attributes or metadata was last changed, in ISO 8601 format.

§Notes

file.changed captures the time when any of the file’s properties or attributes (including the content) are changed, while file.modified captures the timestamp when the file content is modified.

§Examples

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