File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1441,4 +1441,8 @@ blocks_storage:
1441
1441
# be out-of-order.
1442
1442
# CLI flag: -blocks-storage.tsdb.out-of-order-cap-max
1443
1443
[out_of_order_cap_max : <int> | default = 32]
1444
+
1445
+ # [EXPERIMENTAL] True to enable native histogram.
1446
+ # CLI flag: -blocks-storage.tsdb.enable-native-histograms
1447
+ [enable_native_histograms : <boolean> | default = false]
1444
1448
` ` `
Original file line number Diff line number Diff line change @@ -1566,4 +1566,8 @@ blocks_storage:
1566
1566
# be out-of-order.
1567
1567
# CLI flag: -blocks-storage.tsdb.out-of-order-cap-max
1568
1568
[out_of_order_cap_max : <int> | default = 32]
1569
+
1570
+ # [EXPERIMENTAL] True to enable native histogram.
1571
+ # CLI flag: -blocks-storage.tsdb.enable-native-histograms
1572
+ [enable_native_histograms : <boolean> | default = false]
1569
1573
` ` `
Original file line number Diff line number Diff line change @@ -1998,6 +1998,10 @@ tsdb:
1998
1998
# be out-of-order.
1999
1999
# CLI flag: -blocks-storage.tsdb.out-of-order-cap-max
2000
2000
[out_of_order_cap_max : <int> | default = 32]
2001
+
2002
+ # [EXPERIMENTAL] True to enable native histogram.
2003
+ # CLI flag: -blocks-storage.tsdb.enable-native-histograms
2004
+ [enable_native_histograms : <boolean> | default = false]
2001
2005
` ` `
2002
2006
2003
2007
### ` compactor_config`
You can’t perform that action at this time.
0 commit comments