Constant opentelemetry_semantic_conventions::trace::DB_STATEMENT [−][src]
pub const DB_STATEMENT: Key;
Expand description
The database statement being executed.
The value may be sanitized to exclude sensitive information.
Examples
- SELECT * FROM wuser_table
- SET mykey "WuValue"