-
Notifications
You must be signed in to change notification settings - Fork 0
Update setup-scraper.mdx #67
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
base: main
Are you sure you want to change the base?
Conversation
Adding Profiling-config section
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Looks good, just a small thing. Maybe we can add another entry for a totally different endpoint that people may want to scrape, eg. fgprof
.
docs/setup-scraper.mdx
Outdated
``` | ||
- job_name: your-job-name | ||
profiling_config: | ||
pprof_config: |
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.
indentation is off here, pprof_config
is a child of profiling_config
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.
Updated the doc
docs/setup-scraper.mdx
Outdated
|
||
Example: | ||
``` | ||
custom: |
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.
that's not right, it needs to be under pprof_config
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.
Fixed
docs/setup-scraper.mdx
Outdated
@@ -235,7 +235,7 @@ This configurability allows Polar Signals customers to: | |||
``` | |||
- job_name: your-job-name | |||
profiling_config: | |||
pprof_config: | |||
pprof_config: |
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.
the indentation is wrong here, it should only be 2 spaces, not 3
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.
Fixed
Adding Profiling-config section