Describe the bug
The documentVersionConflictErrrors in the OpenSearch sink are not sent to DLQ and are not a true documentError since it means the latest document is in OpenSearch already. Due to this, it should not be included in the documentErrors metric, as this is a confusing user experience.
Expected behavior
Do not include documentVersionConflictError in the overall documentErrors metric
Describe the bug
The
documentVersionConflictErrrorsin the OpenSearch sink are not sent to DLQ and are not a true documentError since it means the latest document is in OpenSearch already. Due to this, it should not be included in thedocumentErrorsmetric, as this is a confusing user experience.Expected behavior
Do not include
documentVersionConflictErrorin the overalldocumentErrorsmetric