Class CassandraIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.CassandraIncubatingAttributes
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>The consistency level of the query.static final io.opentelemetry.api.common.AttributeKey<String>The data center of the coordinating node for a query.static final io.opentelemetry.api.common.AttributeKey<String>The ID of the coordinating node for a query.static final io.opentelemetry.api.common.AttributeKey<Long>The fetch size used for paging, i.e. how many rows will be returned at once.static final io.opentelemetry.api.common.AttributeKey<Boolean>Whether or not the query is idempotent.static final io.opentelemetry.api.common.AttributeKey<Long>The number of times a query was speculatively executed. -
Method Summary
-
Field Details
-
CASSANDRA_CONSISTENCY_LEVEL
The consistency level of the query. Based on consistency values from CQL. -
CASSANDRA_COORDINATOR_DC
The data center of the coordinating node for a query. -
CASSANDRA_COORDINATOR_ID
The ID of the coordinating node for a query. -
CASSANDRA_PAGE_SIZE
The fetch size used for paging, i.e. how many rows will be returned at once. -
CASSANDRA_QUERY_IDEMPOTENT
Whether or not the query is idempotent. -
CASSANDRA_SPECULATIVE_EXECUTION_COUNT
public static final io.opentelemetry.api.common.AttributeKey<Long> CASSANDRA_SPECULATIVE_EXECUTION_COUNTThe number of times a query was speculatively executed. Not set or0if the query was not executed speculatively.
-