We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The self-monitoring buffering alerts are inconsistent between OpenTelemetry (OTel) Pipelines and LogPipelines:
Alert Name: QueueAlmostFull Trigger: Queue size/capacity > 80% Maps to: BufferFillingUp reason
Two alerts: BufferInUse - Trigger: Buffer > 30% full → Maps to BufferFillingUp reason BufferFull - Trigger: Buffer > 90% full (is this even used?)
Investigate:
Unify OTel/Log Pipeline alerts.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The self-monitoring buffering alerts are inconsistent between OpenTelemetry (OTel) Pipelines and LogPipelines:
OTel Pipelines
Alert Name: QueueAlmostFull
Trigger: Queue size/capacity > 80%
Maps to: BufferFillingUp reason
LogPipelines
Two alerts:
BufferInUse - Trigger: Buffer > 30% full → Maps to BufferFillingUp reason
BufferFull - Trigger: Buffer > 90% full (is this even used?)
Acceptance Criteria
Investigate:
Unify OTel/Log Pipeline alerts.
The text was updated successfully, but these errors were encountered: