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

stardog: Unset custom scrape interval #503

Merged
merged 2 commits into from
Jul 2, 2024
Merged

Conversation

mhutter
Copy link
Member

@mhutter mhutter commented Apr 19, 2024

What this PR does / why we need it:

The current interval of 3s is quite idiotic; there is no real value in scraping data every 3 seconds if in the end you're more interested in data over a day or so.

This commit

  • removes the value by default, which will cause the scrapeconfig to use the default value configured in Prometheus' global config
  • allows us to overwrite the interval and timeouts via values

Checklist

  • Chart Version bumped
  • I have run make docs
  • Variables are documented in the values.yaml using the format required by Helm-Docs.
  • PR contains the label that identifies the chart, e.g. chart/<chart-name>
  • PR contains the label that identifies the type of change, which is one of
    [ bug, enhancement, documentation, change, breaking, dependency ]

The current interval of 3s is quite idiotic; there is no real value in
scraping data every 3 seconds if in the end you're more interested in
data over a day or so.

This commit
- removes the value by default, which will cause the scrapeconfig to use
  the default value configured in Prometheus' global config
- allows us to overwrite the interval and timeouts via values

Signed-off-by: Manuel Hutter <[email protected]>
@mhutter mhutter added enhancement New feature or request chart/stardog labels Apr 19, 2024
@mhutter mhutter requested a review from a team as a code owner April 19, 2024 16:40
@martini-source martini-source merged commit 58a9dd5 into master Jul 2, 2024
4 checks passed
@martini-source martini-source deleted the stardog-interval branch July 2, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chart/stardog enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants