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

Increase Refresh Interval in Sample Dashboard #701

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Conversation

SeamusGrafana
Copy link
Contributor

Increase Refresh Interval in Sample Dashboard, as current setting of 5s is very low, and in most cases data is only being sent every 15s or 60s and the refresh interval can cause a lot of expensive queries to be run (especially if a large number of jobs) more often than there will be new data.

Increase Refresh Interval in Sample Dashboard, as current setting of `5s` is very low, and in most cases data is only being sent every `15s` or `60s` and the refresh interval can cause a lot of expensive queries to be run (especially if a large number of jobs) more often than there will be new data.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.16%. Comparing base (79880c7) to head (0cef061).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #701      +/-   ##
==========================================
- Coverage   69.18%   69.16%   -0.03%     
==========================================
  Files         124      124              
  Lines        9302     9302              
==========================================
- Hits         6436     6434       -2     
- Misses       2502     2504       +2     
  Partials      364      364              
Flag Coverage Δ
integration-test 61.49% <ø> (-0.17%) ⬇️
unittests 33.50% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Contributor

@mariomac mariomac left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution!

@mariomac mariomac merged commit 4251d60 into main Mar 26, 2024
4 checks passed
@mariomac mariomac deleted the SeamusGrafana-patch-1 branch March 26, 2024 14:03
mattdurham pushed a commit to mattdurham/beyla that referenced this pull request Jan 22, 2025
Increase Refresh Interval in Sample Dashboard, as current setting of `5s` is very low, and in most cases data is only being sent every `15s` or `60s` and the refresh interval can cause a lot of expensive queries to be run (especially if a large number of jobs) more often than there will be new data.
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.

4 participants