OpenTelemetry SDK
    Preparing search index...

    Variable EVENT_DB_CLIENT_OPERATION_EXCEPTIONConst Experimental

    EVENT_DB_CLIENT_OPERATION_EXCEPTION: "db.client.operation.exception" = ...

    This event represents an exception that occurred during a database client operation, such as connection failures, query errors, timeouts, or other errors that prevent the operation from completing successfully.

    This event SHOULD be recorded when an exception occurs during database client operations. Instrumentations SHOULD set the severity to WARN (severity number 13) when recording this event. Instrumentations MAY provide a configuration option to populate exception events with the attributes captured on the corresponding database client span.

    This event is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.