opentelemetry_semantic_conventions::attribute

Constant FAAS_DOCUMENT_NAME

Source
pub const FAAS_DOCUMENT_NAME: &str = "faas.document.name";
Expand description

The document name/table subjected to the operation. For example, in Cloud Storage or S3 is the name of the file, and in Cosmos DB the table name.

ยงExamples

  • "myFile.txt"
  • "myTableName"