OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_DB_COLLECTION_NAMEConst

    ATTR_DB_COLLECTION_NAME: "db.collection.name" = ...

    The name of a collection (table, container) within the database.

    public.users
    
    customers
    

    It is RECOMMENDED to capture the value as provided by the application without attempting to do any case normalization.

    The collection name SHOULD NOT be extracted from db.query.text, when the database system supports query text with multiple collections in non-batch operations.

    For batch operations, if the individual operations are known to have the same collection name then that collection name SHOULD be used.