OpenTelemetry SDK
    Preparing search index...

    Variable SEMATTRS_DB_CASSANDRA_TABLEConst

    SEMATTRS_DB_CASSANDRA_TABLE: "db.cassandra.table" = TMP_DB_CASSANDRA_TABLE

    The name of the primary table that the operation is acting upon, including the schema name (if applicable).

    Note: This mirrors the db.sql.table attribute but references cassandra rather than sql. It is not recommended to attempt any client-side parsing of db.statement just to get this property, but it should be set if it is provided by the library being instrumented. If the operation is acting upon an anonymous table, or more than one table, this value MUST NOT be set.