Module: OpenTelemetry::SemConv::Incubating::CASSANDRA

Defined in:
lib/opentelemetry/semconv/incubating/cassandra/attributes.rb

Attribute Names collapse

CASSANDRA_CONSISTENCY_LEVEL =
Note:

Stability Level: development

The consistency level of the query. Based on consistency values from CQL.

'cassandra.consistency.level'
CASSANDRA_COORDINATOR_DC =
Note:

Stability Level: development

The data center of the coordinating node for a query.

Examples:

Sample Values

us-west-2
'cassandra.coordinator.dc'
CASSANDRA_COORDINATOR_ID =
Note:

Stability Level: development

The ID of the coordinating node for a query.

Examples:

Sample Values

be13faa2-8574-4d71-926d-27f16cf8a7af
'cassandra.coordinator.id'
CASSANDRA_PAGE_SIZE =
Note:

Stability Level: development

The fetch size used for paging, i.e. how many rows will be returned at once.

Examples:

Sample Values

5000
'cassandra.page.size'
CASSANDRA_QUERY_IDEMPOTENT =
Note:

Stability Level: development

Whether or not the query is idempotent.

'cassandra.query.idempotent'
CASSANDRA_SPECULATIVE_EXECUTION_COUNT =
Note:

Stability Level: development

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

Examples:

Sample Values

0
2
'cassandra.speculative_execution.count'