opentelemetry_semantic_conventions::attribute

Constant DB_CASSANDRA_SPECULATIVE_EXECUTION_COUNT

source
pub const DB_CASSANDRA_SPECULATIVE_EXECUTION_COUNT: &str = "db.cassandra.speculative_execution_count";
Expand description

The number of times a query was speculatively executed. Not set or 0 if the query was not executed speculatively.

ยงExamples

  • 0
  • 2