rama::telemetry::opentelemetry::semantic_conventions::attribute

Constant FILE_EXTENSION

pub const FILE_EXTENSION: &'static str;
Expand description

File extension, excluding the leading dot.

§Notes

When the file name has multiple extensions (example.tar.gz), only the last one should be captured (“gz”, not “tar.gz”).

§Examples

  • "png"
  • "gz"