-
Notifications
You must be signed in to change notification settings - Fork 222
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
Use scrape interval correctly #2220
Conversation
We just need you to sign the CLA (it's really just a one-time DCO), then this lgtm! Thank you! |
Looks like we have a test that also needs to be adapted. |
Will sign the CLA as soon as I've internal confirmation. |
Use the scrape interval rather than the timeout to determine the profile duration on scraping. Since taking the profile will take strictly longer than the duration the timeout must be allowed to be larger as well. By default 3s are added to the interval based on real-world obvservations.
@fabxc is attempting to deploy a commit to the parca-dev Team on Vercel. A member of the Team first needs to authorize it. |
Signed! |
Awesome! 🎉 I started CI. |
@all-contributors Please add @fabxc for code. |
I've put up a pull request to add @fabxc! 🎉 |
to adapt to changes made in parca-dev/parca#2220
Use the scrape interval rather than the timeout to determine the profile duration on scraping. Since taking the profile will take strictly longer than the duration the timeout must be allowed to be larger as well. By default 3s are added to the interval based on real-world obvservations.