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

fix(monitoring): Tolerate unavailable data sources #2211

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

MoritzWeber0
Copy link
Member

Prometheus can become unavailable due to updates, restarts, etc. Since we don't consider it as essential component, this is normal behaviour. No longer send alerts if Prometheus is not reachable.

Prometheus can become unavailable due to updates, restarts, etc.
Since we don't consider it as essential component, this is normal behaviour.
No longer send alerts if Prometheus is not reachable.
Copy link

codecov bot commented Feb 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.56%. Comparing base (1602959) to head (3082a83).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2211   +/-   ##
=======================================
  Coverage   87.56%   87.56%           
=======================================
  Files         239      239           
  Lines        8212     8212           
  Branches      569      569           
=======================================
  Hits         7191     7191           
  Misses        861      861           
  Partials      160      160           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

codecov bot commented Feb 17, 2025

Bundle Report

Bundle size has no change ✅

Copy link

This report was generated by comparing 6dcc864 with 1602959.
If you would like to check difference, please check here.

success

ArtifactName: reg

✨✨ That's perfect, there is no visual difference! ✨✨

item count
pass 484
change 0
new 0
delete 0

@MoritzWeber0 MoritzWeber0 requested a review from zusorio February 17, 2025 09:53
Copy link
Member

@ewuerger ewuerger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@MoritzWeber0 MoritzWeber0 merged commit 5143378 into main Feb 17, 2025
32 checks passed
@MoritzWeber0 MoritzWeber0 deleted the tolerate-prometheus-errors branch February 17, 2025 11:19
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.

3 participants