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

Constant DB_STATEMENT

pub const DB_STATEMENT: &'static str;
๐Ÿ‘ŽDeprecated: Replaced by db.query.text.
Expand description

The database statement being executed.

ยงExamples

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