Skip to content

Commit b0087cd

Browse files
committed
update doc to mark experimental feature
Signed-off-by: Ben Ye <[email protected]>
1 parent 477d4dd commit b0087cd

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

docs/blocks-storage/querier.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,4 +1441,8 @@ blocks_storage:
14411441
# be out-of-order.
14421442
# CLI flag: -blocks-storage.tsdb.out-of-order-cap-max
14431443
[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]
14441448
```

docs/blocks-storage/store-gateway.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,4 +1566,8 @@ blocks_storage:
15661566
# be out-of-order.
15671567
# CLI flag: -blocks-storage.tsdb.out-of-order-cap-max
15681568
[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]
15691573
```

docs/configuration/config-file-reference.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1998,6 +1998,10 @@ tsdb:
19981998
# be out-of-order.
19991999
# CLI flag: -blocks-storage.tsdb.out-of-order-cap-max
20002000
[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]
20012005
```
20022006
20032007
### `compactor_config`

0 commit comments

Comments
 (0)