-
Notifications
You must be signed in to change notification settings - Fork 6
chore: remove invalid field #51
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,8 +118,6 @@ global: | |
scrape_interval: 60s | ||
# global.telemetry.profiling.scrape_timeout -- how long a request will be allowed to wait before being canceled | ||
scrape_timeout: 70s | ||
# global.telemetry.profiling.delta_profiling_duration -- duration of each pprof profiling capture, must be less than scrape_interval | ||
delta_profiling_duration: 30s | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Shouldn't we be setting There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think so. That argument is for https://grafana.com/docs/agent/latest/flow/reference/components/pyroscope.scrape/#delta-argument Here are the arguments for There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. At least, I am not sure how to set up I assume we are using some standard profiling configuration with the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK cool, let's see how this fares. |
||
|
||
# global.postgres -- postgres connection information | ||
# NOTE: these settings are global so we can parameterise some values which get rendered by subcharts | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This got bumped