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

Mixin: Remove low ingestion rate warning for receiver #5824

Merged
merged 2 commits into from Oct 27, 2022

Conversation

matej-g
Copy link
Collaborator

@matej-g matej-g commented Oct 26, 2022

Signed-off-by: Matej Gera matejgera@gmail.com

  • I added CHANGELOG entry for this change.
  • Change is not relevant to the end user.

Changes

This PR removes the ThanosReceiveTrafficBelowThreshold. This alert is rather noisy, since it's takes into account every tenant separately, which increases the noisiness in environments with higher number of tenants with non-constant ingestion rate, which is not a cause for alarm. Besides, this alert tries to alert on cause and not the symptoms, making it more of an attempt to catch anomalies rather than actual issues with receiver - low ingestion rate does not necessarily signal a problem, as this could be expected behavior, depending on the characteristics of user's system, number of clients, their churn rate etc. Users are better off alerting on other issues (e.g. absent receivers, alerting on client's side with dead man's snitch etc.)

Verification

N/A

Signed-off-by: Matej Gera <matejgera@gmail.com>
@squat
Copy link
Member

squat commented Oct 26, 2022

Very good, i think the point about this alerting on cause vs symptom is completely right

@squat squat enabled auto-merge (squash) October 26, 2022 10:21
@matej-g
Copy link
Collaborator Author

matej-g commented Oct 27, 2022

@GiedriusS small addition, this was not caught because of the failing CircleCI tests - #5831

ngraham20 pushed a commit to ngraham20/thanos that referenced this pull request May 18, 2023
Signed-off-by: Matej Gera <matejgera@gmail.com>

Signed-off-by: Matej Gera <matejgera@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants