-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
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
Question: What does FluentdRecordsCountHigh alert imply? #89
Comments
A little follow-up. This alert continued to fire and resolve in our deployments, which were actually operating just fine. We ended up having to write scripting to patch the PrometheusRules in our cluster after the helm chart deploys in order to remove the I'm left wondering if anyone understands this alert and is getting any value out of it. Or if we should just remove it from the chart. @monotek Any thoughts? |
Why don´t you just disable the alert if you don't need it? |
Is there something in the helm chart configuration that would allow me to disable this one alert? Maybe I'm being dense, but I don't see anything in the code you linked which would allow me to disable that alert? As I mentioned above, I've written some scripting which modifies the PrometheusRule CRD after it's deployed to remove the alert. But it's complicated and just raised the question for me of what the alert is even for. |
Just overwrite it in your values.yaml
|
@monotek Sure, thanks. I appreciate the help, but I do have a solution in hand which works for me with a different set of tradeoffs. My request here is for a clarification of the docs, though. My question is What does "FluentdRecordsCountHigh" actually mean? I just don't understand the description on the alert. Does anyone know what value this alert provides? If so, I'd be happy to update the doc with a PR. |
The alarm is copiedf from: https://github.com/fluent/fluent-plugin-prometheus/blob/master/misc/prometheus_alerts.yaml#L49-L59 |
Is your feature request related to a problem? Please describe.
After enabling the out of the box PrometheusRules provided by this chart, the
FluentdRecordsCountHigh
alert has briefly fired and resolved itself twice in the first couple hours.There is documentation on this alert which reads:
Unfortunately, I'm not able to understand what this means. Why is this a "critical" problem?
Describe the solution you'd like
If I'm able to understand what this alert means, I'd like to suggest a documentation change to make it more easily understood.
The text was updated successfully, but these errors were encountered: