You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am receiving many FluentdPredictedBufferGrowth alerts even though logs are being processed smoothly. One suggestion to fine-tune the alert rule is to add a condition that considers the current buffer value combined with a linear prediction.
This modification adds a threshold to ensure the alert only triggers if both the predicted growth exceeds 1.5x the current buffer and the current buffer size is greater than 10 MB. This should reduce unnecessary alerts while maintaining accuracy.
The text was updated successfully, but these errors were encountered:
I am receiving many FluentdPredictedBufferGrowth alerts even though logs are being processed smoothly. One suggestion to fine-tune the alert rule is to add a condition that considers the current buffer value combined with a linear prediction.
Proposed updated condition:
This modification adds a threshold to ensure the alert only triggers if both the predicted growth exceeds 1.5x the current buffer and the current buffer size is greater than 10 MB. This should reduce unnecessary alerts while maintaining accuracy.
The text was updated successfully, but these errors were encountered: