You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/pyroscope/help-all.txt.tmpl
-140Lines changed: 0 additions & 140 deletions
Original file line number
Diff line number
Diff line change
@@ -1059,146 +1059,6 @@ Usage of ./pyroscope:
1059
1059
True to enable zone-awareness and replicate blocks across different availability zones. This option needs be set both on the store-gateway and querier when running in microservices mode.
1060
1060
-store-gateway.tenant-shard-size int
1061
1061
The tenant's shard size, used when store-gateway sharding is enabled. Value of 0 disables shuffle sharding for the tenant, that is all tenant blocks are sharded across all store-gateway replicas.
1062
-
-symbolizer.debuginfod-url string
1063
-
URL of the debuginfod server (default "https://debuginfod.elfutils.org")
1064
-
-symbolizer.enabled
1065
-
Enable symbolization for unsymbolized profiles
1066
-
-symbolizer.in-memory-debuginfo-cache-size int
1067
-
Maximum size in bytes for the in-memory debug info cache (default 2147483648)
1068
-
-symbolizer.in-memory-symbol-cache-size int
1069
-
Maximum number of entries in the in-memory symbol cache (default 100000)
If `connection-string` is set, the value of `endpoint-suffix` will not be used. Use this method over `account-key`if you need to authenticate via a SAS token. Or if you use the Azurite emulator.
Azure storage endpoint suffix without schema. The account name will be prefixed to this value to create the FQDN. If set to empty string, default endpoint suffix is used.
1084
-
-symbolizer.persistent-debuginfo-store.storage.azure.max-retries int
1085
-
Number of retries for recoverable errors (default 3)
The time to wait for a server's first response headers after fully writing the request headers if the request has an Expect header. 0 to send the request body immediately. (default 1s)
JSON either from a Google Developers Console client_credentials.json file, or a Google Developers service account key. Needs to be valid JSON, not a filesystem path.
The S3 bucket endpoint. It could be an AWS S3 endpoint listed at https://docs.aws.amazon.com/general/latest/gr/s3.htmlor the address of an S3-compatible service in hostname:port format.
The time to wait for a server's first response headers after fully writing the request headers if the request has an Expect header. 0 to send the request body immediately. (default 1s)
If enabled, use http:// for the S3 endpoint instead of https://. This could be useful in local dev/test environments while using an S3-compatible backend storage, like Minio.
1144
-
-symbolizer.persistent-debuginfo-store.storage.s3.max-connections-per-host int
1145
-
Maximum number of connections per host. 0 means no limit.
1146
-
-symbolizer.persistent-debuginfo-store.storage.s3.max-idle-connections int
1147
-
Maximum number of idle (keep-alive) connections across all hosts. 0 means no limit.
1148
-
-symbolizer.persistent-debuginfo-store.storage.s3.max-idle-connections-per-host int
1149
-
Maximum number of idle (keep-alive) connections to keep per-host. If 0, a built-in default value is used. (default 100)
Time after which an idle request is aborted. The timeout watchdog is reset each time some data is received, so the timeout triggers after X time no data is received on a request. (default 5s)
Comma-separated list of Pyroscope modules to load. The alias 'all' can be used in the list to load a number of core modules and will enable single-binary mode. (default all)
Copy file name to clipboardExpand all lines: cmd/pyroscope/help.txt.tmpl
-88Lines changed: 0 additions & 88 deletions
Original file line number
Diff line number
Diff line change
@@ -385,94 +385,6 @@ Usage of ./pyroscope:
385
385
True to enable zone-awareness and replicate blocks across different availability zones. This option needs be set both on the store-gateway and querier when running in microservices mode.
386
386
-store-gateway.tenant-shard-size int
387
387
The tenant's shard size, used when store-gateway sharding is enabled. Value of 0 disables shuffle sharding for the tenant, that is all tenant blocks are sharded across all store-gateway replicas.
388
-
-symbolizer.debuginfod-url string
389
-
URL of the debuginfod server (default "https://debuginfod.elfutils.org")
390
-
-symbolizer.enabled
391
-
Enable symbolization for unsymbolized profiles
392
-
-symbolizer.in-memory-debuginfo-cache-size int
393
-
Maximum size in bytes for the in-memory debug info cache (default 2147483648)
394
-
-symbolizer.in-memory-symbol-cache-size int
395
-
Maximum number of entries in the in-memory symbol cache (default 100000)
If `connection-string` is set, the value of `endpoint-suffix` will not be used. Use this method over `account-key`if you need to authenticate via a SAS token. Or if you use the Azurite emulator.
Azure storage endpoint suffix without schema. The account name will be prefixed to this value to create the FQDN. If set to empty string, default endpoint suffix is used.
JSON either from a Google Developers Console client_credentials.json file, or a Google Developers service account key. Needs to be valid JSON, not a filesystem path.
The S3 bucket endpoint. It could be an AWS S3 endpoint listed at https://docs.aws.amazon.com/general/latest/gr/s3.htmlor the address of an S3-compatible service in hostname:port format.
Comma-separated list of Pyroscope modules to load. The alias 'all' can be used in the list to load a number of core modules and will enable single-binary mode. (default all)
0 commit comments