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")
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |