opentelemetry_semantic_conventions::attribute

Constant DB_STATEMENT

source
pub const DB_STATEMENT: &str = "db.statement";
๐Ÿ‘ŽDeprecated: Replaced by db.query.text.
Expand description

The database statement being executed.

ยงExamples

  • "SELECT * FROM wuser_table"
  • "SET mykey \"WuValue\""