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
-140
Original file line number
Diff line number
Diff line change
@@ -1075,146 +1075,6 @@ Usage of ./pyroscope:
1075
1075
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.
1076
1076
-store-gateway.tenant-shard-size int
1077
1077
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.
1078
-
-symbolizer.debuginfod-url string
1079
-
URL of the debuginfod server (default "https://debuginfod.elfutils.org")
1080
-
-symbolizer.enabled
1081
-
Enable symbolization for unsymbolized profiles
1082
-
-symbolizer.in-memory-debuginfo-cache-size int
1083
-
Maximum size in bytes for the in-memory debug info cache (default 2147483648)
1084
-
-symbolizer.in-memory-symbol-cache-size int
1085
-
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.
1100
-
-symbolizer.persistent-debuginfo-store.storage.azure.max-retries int
1101
-
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.html or 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.
1160
-
-symbolizer.persistent-debuginfo-store.storage.s3.max-connections-per-host int
1161
-
Maximum number of connections per host. 0 means no limit.
1162
-
-symbolizer.persistent-debuginfo-store.storage.s3.max-idle-connections int
1163
-
Maximum number of idle (keep-alive) connections across all hosts. 0 means no limit.
1164
-
-symbolizer.persistent-debuginfo-store.storage.s3.max-idle-connections-per-host int
1165
-
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
-88
Original file line number
Diff line number
Diff line change
@@ -401,94 +401,6 @@ Usage of ./pyroscope:
401
401
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.
402
402
-store-gateway.tenant-shard-size int
403
403
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.
404
-
-symbolizer.debuginfod-url string
405
-
URL of the debuginfod server (default "https://debuginfod.elfutils.org")
406
-
-symbolizer.enabled
407
-
Enable symbolization for unsymbolized profiles
408
-
-symbolizer.in-memory-debuginfo-cache-size int
409
-
Maximum size in bytes for the in-memory debug info cache (default 2147483648)
410
-
-symbolizer.in-memory-symbol-cache-size int
411
-
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.html or 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