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
Blocks with minimum time within this duration are ignored, and not loaded by store-gateway. Useful when used together with -querier.query-store-after to prevent loading young blocks, because there are usually many of them (depending on number of ingesters) and they are not yet compacted. Negative values or 0 disable the filter. (default 2h0m0s)
7
+
Blocks with minimum time within this duration are ignored, and not loaded by store-gateway. Useful when used together with -querier.query-store-after to prevent loading young blocks, because there are usually many of them (depending on number of ingesters) and they are not yet compacted. Negative values or 0 disable the filter. (default 3h0m0s)
Duration after which the blocks marked for deletion will be filtered out while fetching blocks. The idea of ignore-deletion-marks-delay is to ignore blocks that are marked for deletion with some delay. This ensures store can still serve blocks that are meant to be deleted but do not have a replacement yet. (default 1h0m0s)
9
+
Duration after which the blocks marked for deletion will be filtered out while fetching blocks. The idea of ignore-deletion-marks-delay is to ignore blocks that are marked for deletion with some delay. This ensures store can still serve blocks that are meant to be deleted but do not have a replacement yet. (default 30m0s)
10
10
-blocks-storage.bucket-store.meta-sync-concurrency int
11
11
Number of Go routines to use when syncing block meta files from object storage per tenant. (default 20)
12
12
-blocks-storage.bucket-store.sync-dir string
@@ -16,7 +16,7 @@ Usage of ./pyroscope:
16
16
-blocks-storage.bucket-store.tenant-sync-concurrency int
17
17
Maximum number of concurrent tenants synching blocks. (default 10)
18
18
-compactor.block-ranges value
19
-
List of compaction time ranges. (default 3h0m0s,6h0m0s,12h0m0s)
19
+
List of compaction time ranges. (default 1h0m0s,2h0m0s,8h0m0s)
20
20
-compactor.block-sync-concurrency int
21
21
Number of Go routines to use when downloading blocks for compaction and uploading resulting blocks. (default 8)
22
22
-compactor.blocks-retention-period duration
@@ -28,7 +28,7 @@ Usage of ./pyroscope:
28
28
-compactor.compaction-concurrency int
29
29
Max number of concurrent compactions running. (default 1)
30
30
-compactor.compaction-interval duration
31
-
The frequency at which the compaction runs (default 1h0m0s)
31
+
The frequency at which the compaction runs (default 30m0s)
32
32
-compactor.compaction-jobs-order string
33
33
The sorting to use when deciding which compaction jobs should run first for a given tenant. Supported values are: smallest-range-oldest-blocks-first, newest-blocks-first. (default "smallest-range-oldest-blocks-first")
34
34
-compactor.compaction-retries int
@@ -50,7 +50,7 @@ Usage of ./pyroscope:
50
50
-compactor.max-compaction-time duration
51
51
Max time for starting compactions for a single tenant. After this time no new compactions for the tenant are started before next compaction cycle. This can help in multi-tenant environments to avoid single tenant using all compaction time, but also in single-tenant environments to force new discovery of blocks more often. 0 = disabled. (default 1h0m0s)
52
52
-compactor.max-opening-blocks-concurrency int
53
-
Number of goroutines opening blocks before compaction. (default 1)
53
+
Number of goroutines opening blocks before compaction. (default 16)
54
54
-compactor.meta-sync-concurrency int
55
55
Number of Go routines to use when syncing block meta files from the long term storage. (default 20)
56
56
-compactor.no-blocks-file-cleanup-enabled
@@ -464,7 +464,7 @@ Usage of ./pyroscope:
464
464
-pyroscopedb.data-path string
465
465
Directory used for local storage. (default "./data")
466
466
-pyroscopedb.max-block-duration duration
467
-
Upper limit to the duration of a Pyroscope block. (default 3h0m0s)
467
+
Upper limit to the duration of a Pyroscope block. (default 1h0m0s)
468
468
-pyroscopedb.row-group-target-size uint
469
469
How big should a single row group be uncompressed (default 1342177280)
0 commit comments