@@ -23,19 +23,19 @@ If needed, the `PYROSCOPE_AUTH_TOKEN` can be supplied.
2323For a complete list of variables check the section below.
2424
2525## Configuration
26- | env var | default | description |
27- | -----------------------------| ----------------------------------| ----------------------------------------------------------------------------------------------|
28- | ` PYROSCOPE_REMOTE_ADDRESS ` | ` https://ingest.pyroscope.cloud ` | the pyroscope instance data will be relayed to |
29- | ` PYROSCOPE_AUTH_TOKEN ` | ` "" ` | authorization key (token authentication) |
30- | ` PYROSCOPE_SELF_PROFILING ` | ` false ` | whether to profile the extension itself or not |
31- | ` PYROSCOPE_LOG_LEVEL ` | ` info ` | ` error ` or ` info ` or ` debug ` or ` trace ` |
32- | ` PYROSCOPE_TIMEOUT ` | ` 10s ` | http client timeout ([ go duration format] ( https://pkg.go.dev/time#Duration ) ) |
33- | ` PYROSCOPE_NUM_WORKERS ` | ` 5 ` | num of relay workers, pick based on the number of profile types |
34- | ` PYROSCOPE_FLUSH_ON_INVOKE ` | ` false ` | wait for all relay requests to be finished/flushed before next ` Invocation ` event is allowed |
35- | ` PYROSCOPE_HTTP_HEADERS ` | ` {} ` | extra http headers in json format, for example: {"X-Header": "Value"} |
36- | ` PYROSCOPE_SCOPE_ORGID ` | ` "" ` | phlare tenant ID, passed as X-Scope-OrgID http header |
26+ | env var | default | description |
27+ | --------------------------------- | ----------------------------------| ----------------------------------------------------------------------------------------------|
28+ | ` PYROSCOPE_REMOTE_ADDRESS ` | ` https://ingest.pyroscope.cloud ` | the pyroscope instance data will be relayed to |
29+ | ` PYROSCOPE_AUTH_TOKEN ` | ` "" ` | authorization key (token authentication) |
30+ | ` PYROSCOPE_SELF_PROFILING ` | ` false ` | whether to profile the extension itself or not |
31+ | ` PYROSCOPE_LOG_LEVEL ` | ` info ` | ` error ` or ` info ` or ` debug ` or ` trace ` |
32+ | ` PYROSCOPE_TIMEOUT ` | ` 10s ` | http client timeout ([ go duration format] ( https://pkg.go.dev/time#Duration ) ) |
33+ | ` PYROSCOPE_NUM_WORKERS ` | ` 5 ` | num of relay workers, pick based on the number of profile types |
34+ | ` PYROSCOPE_FLUSH_ON_INVOKE ` | ` false ` | wait for all relay requests to be finished/flushed before next ` Invocation ` event is allowed |
35+ | ` PYROSCOPE_HTTP_HEADERS ` | ` {} ` | extra http headers in json format, for example: {"X-Header": "Value"} |
36+ | ` PYROSCOPE_TENANT_ID ` | ` "" ` | phlare tenant ID, passed as X-Scope-OrgID http header |
3737| ` PYROSCOPE_BASIC_AUTH_USER ` | ` "" ` | HTTP basic auth user |
38- | ` PYROSCOPE_BASIC_AUTH_PASSWORD ` | ` "" ` | HTTP basic auth password |
38+ | ` PYROSCOPE_BASIC_AUTH_PASSWORD ` | ` "" ` | HTTP basic auth password |
3939
4040# How it works
4141The profiler will run as normal, and periodically will send data to the relay server (the server running at ` http://localhost:4040 ` ).
0 commit comments