-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Helm Chart] Persist metrics scraper database #5537
Comments
Basically, you'd like helm chart to have an option to change the path and use some pv to store this file? |
yes :) |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
please don't go stale :) |
/lifecycle frozen |
It is now possible to provide custom volumes and volume mounts for the metrics scraper. It allows using any storage backend to store metrics. /close |
@floreks: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@floreks would be nice to have an example of volume mounts , is there any ? |
What would you like to be added
metrics scraper stores it's data on
/tmp/metrics.db
which is not persistedWhy is this needed
if server goes down because of some resource starvation, we lose the insight on which pod caused the issue.
The text was updated successfully, but these errors were encountered: