opentelemetry_semantic_conventions::attribute

Constant DB_OPERATION

source
pub const DB_OPERATION: &str = "db.operation";
๐Ÿ‘ŽDeprecated: Replaced by db.operation.name.
Expand description

Deprecated, use db.operation.name instead.

ยงExamples

  • "findAndModify"
  • "HMSET"
  • "SELECT"