Skip to content
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

Modify threshold for persistent disk and cpu alerts to reduce noise #240

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

cweibel
Copy link
Contributor

@cweibel cweibel commented Jun 13, 2024

Changes proposed in this pull request:

  • Bump persistent disk alerts to closer to default, default is 90. The logsearch deployments will allow the data nodes to scale to 85% before preventing new shards from being placed. One of the nodes is at 85% as reported by curl -s 'localhost:9200/_cat/allocation?v' but prometheus sees the disk at 81%. So setting the prometheus alert threshold to 85% will silence the perfectly healthy logsearch data nodes with a couple percent to spare.
  • Bumping the high cpu warnings (seen mostly on diego cells) from the default of 10m to 30m since there basically isn't anything we can do or would do as a result of this warning.
  • Left the ephemeral disk alerts alone, the only one I found was from when I really did fill a disk on an emptvm, so these aren't noisy

Security considerations

Trying to reduce the noise so real issues are better seen.

@cweibel cweibel requested a review from a team June 13, 2024 20:49
@cweibel cweibel merged commit fdeaf0d into main Jun 17, 2024
2 checks passed
@cweibel cweibel deleted the diskfull branch June 17, 2024 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants