File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re
10
10
11
11
## Unreleased
12
12
- [ #8190 ] ( https://github.com/thanos-io/thanos/pull/8190 ) Fix markdown formatting in CHANGELOG.
13
- - [ #8136 ] ( https://github.com/thanos-io/thanos/pull/8279 ) docs: legacy --store flags + alerts examples legacy metrics
13
+ - [ #8202 ] ( https://github.com/thanos-io/thanos/pull/8202 ) Receive: Unhide ` --tsdb.enable-native-histograms ` flag
14
14
15
15
### Added
16
16
Original file line number Diff line number Diff line change @@ -625,6 +625,12 @@ Flags:
625
625
--tsdb.block.expanded-postings-cache-size=0
626
626
[EXPERIMENTAL] If non-zero, enables expanded
627
627
postings cache for compacted blocks.
628
+ --tsdb.enable-native-histograms
629
+ [EXPERIMENTAL] Enables the ingestion of native
630
+ histograms.
631
+ --tsdb.head.expanded-postings-cache-size=0
632
+ [EXPERIMENTAL] If non-zero, enables expanded
633
+ postings cache for the head block.
628
634
--tsdb.max-exemplars=0 Enables support for ingesting exemplars and
629
635
sets the maximum number of exemplars that will
630
636
be stored per tenant. In case the exemplar
You can’t perform that action at this time.
0 commit comments