Constant telemetry_rust::semconv::DB_STATEMENT

source ·
pub const DB_STATEMENT: &'static str;
Expand description

The database statement being executed.

§Examples

  • SELECT * FROM wuser_table
  • SET mykey "WuValue"