-
Notifications
You must be signed in to change notification settings - Fork 645
docs: Add lambda extension docs #2809
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
Conversation
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.
Thank you for updating the docs! I'm approving with some basic suggestions. I've updated the headings to use sentence case and to not use geruinds (-ing).
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
|
||
| Environment Variable | Default Value | Description | | ||
| ------------------------------ | --------------------------------------- | -------------------------------------------- | | ||
| `PYROSCOPE_REMOTE_ADDRESS` | `https://profiles-prod-001.grafana.net` | Destination for relayed Pyroscope data | |
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 current default value is https://ingest.pyroscope.cloud
– I'll update.
| `PYROSCOPE_LOG_LEVEL` | `info` | Log level (`error`, `info`, `debug`, `trace`)| | ||
| `PYROSCOPE_TIMEOUT` | `10s` | HTTP client timeout (in Go duration format) | | ||
| `PYROSCOPE_NUM_WORKERS` | `5` | Number of relay workers | | ||
| `PYROSCOPE_TENANT_ID` | `""` | Pyroscope tenant ID (for multi-tenancy) | |
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.
Better to move it up closer to auth-related stuff
Co-authored-by: Anton Kolesnikov <anton.e.kolesnikov@gmail.com>
Add docs for how to set up lambda extension