semantic-conventions/docs/attributes-registry/cassandra.md

3.2 KiB

Cassandra

Cassandra Attributes

This section defines attributes for Cassandra.

Attribute Type Description Examples Stability
cassandra.consistency.level string The consistency level of the query. Based on consistency values from CQL. all; each_quorum; quorum Experimental
cassandra.coordinator.dc string The data center of the coordinating node for a query. us-west-2 Experimental
cassandra.coordinator.id string The ID of the coordinating node for a query. be13faa2-8574-4d71-926d-27f16cf8a7af Experimental
cassandra.page.size int The fetch size used for paging, i.e. how many rows will be returned at once. 5000 Experimental
cassandra.query.idempotent boolean Whether or not the query is idempotent. Experimental
cassandra.speculative_execution.count int The number of times a query was speculatively executed. Not set or 0 if the query was not executed speculatively. 0; 2 Experimental

cassandra.consistency.level has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.

Value Description Stability
all all Experimental
any any Experimental
each_quorum each_quorum Experimental
local_one local_one Experimental
local_quorum local_quorum Experimental
local_serial local_serial Experimental
one one Experimental
quorum quorum Experimental
serial serial Experimental
three three Experimental
two two Experimental