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: tools/deprecated-config-checker/deleted-config.yaml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,18 @@ ruler:
28
28
29
29
storage_config:
30
30
boltdb_shipper:
31
+
shared_store: "object_store setting in the period_config will be used to configure the store for the index."
32
+
shared_store_key_prefix: "Path prefix for storing the index can now be configured by setting path_prefix under index key in period_config."
31
33
use_boltdb_shipper_as_backup: "Since TSDB is now stable and the recommended index type, the setting has become irrelevant and therefore was removed. The previous default value false is applied."
34
+
tsdb_shipper:
35
+
shared_store: "object_store setting in the period_config will be used to configure the store for the index."
36
+
shared_store_key_prefix: "Path prefix for storing the index can now be configured by setting path_prefix under index key in period_config."
32
37
aws: *s3_deletes
33
38
s3: *s3_deletes
34
39
40
+
compactor:
41
+
shared_store: "Compactor will now operate on all the object stores configured in period config where the index type is either tsdb or boltdb-shipper. -compactor.delete-request-store to configure the store for delete requests is now a required field."
42
+
shared_store_key_prefix: "Use -compactor.delete-request-store.key-prefix to configure the path prefix under which the delete requests are stored."
43
+
35
44
chunk_store_config:
36
45
max_look_back_period: "Use global or per-tenant max_query_lookback configuration from limits_config."
0 commit comments