pub const CASSANDRA_SPECULATIVE_EXECUTION_COUNT: &str = "cassandra.speculative_execution.count";
The number of times a query was speculatively executed. Not set or 0 if the query was not executed speculatively.
0
2