const go.opentelemetry.io/otel/semconv/v1.41.0.CassandraConsistencyLevelKey

12 uses

	go.opentelemetry.io/otel/semconv/v1.41.0 (current package)
		attribute_group.go#L1970: 	CassandraConsistencyLevelKey = attribute.Key("cassandra.consistency.level")
		attribute_group.go#L2069: 	CassandraConsistencyLevelAll = CassandraConsistencyLevelKey.String("all")
		attribute_group.go#L2072: 	CassandraConsistencyLevelEachQuorum = CassandraConsistencyLevelKey.String("each_quorum")
		attribute_group.go#L2075: 	CassandraConsistencyLevelQuorum = CassandraConsistencyLevelKey.String("quorum")
		attribute_group.go#L2078: 	CassandraConsistencyLevelLocalQuorum = CassandraConsistencyLevelKey.String("local_quorum")
		attribute_group.go#L2081: 	CassandraConsistencyLevelOne = CassandraConsistencyLevelKey.String("one")
		attribute_group.go#L2084: 	CassandraConsistencyLevelTwo = CassandraConsistencyLevelKey.String("two")
		attribute_group.go#L2087: 	CassandraConsistencyLevelThree = CassandraConsistencyLevelKey.String("three")
		attribute_group.go#L2090: 	CassandraConsistencyLevelLocalOne = CassandraConsistencyLevelKey.String("local_one")
		attribute_group.go#L2093: 	CassandraConsistencyLevelAny = CassandraConsistencyLevelKey.String("any")
		attribute_group.go#L2096: 	CassandraConsistencyLevelSerial = CassandraConsistencyLevelKey.String("serial")
		attribute_group.go#L2099: 	CassandraConsistencyLevelLocalSerial = CassandraConsistencyLevelKey.String("local_serial")