Skip to content

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Update setup-scraper.mdx #67

wants to merge 3 commits into from

Conversation

kanik29
Copy link
Contributor

@kanik29 kanik29 commented Apr 28, 2025

Adding Profiling-config section

Adding Profiling-config section
@kanik29 kanik29 requested a review from brancz April 28, 2025 18:45
Copy link

vercel bot commented Apr 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 30, 2025 5:14pm

Copy link
Member

@brancz brancz left a 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.

```
- job_name: your-job-name
profiling_config:
pprof_config:
Copy link
Member

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the doc


Example:
```
custom:
Copy link
Member

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@@ -235,7 +235,7 @@ This configurability allows Polar Signals customers to:
```
- job_name: your-job-name
profiling_config:
pprof_config:
pprof_config:
Copy link
Member

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants