Skip to content

Commit b39dd49

Browse files
vCratrouaux
authored andcommitted
Unhide tsdb.enable-native-histograms flag in receive (thanos-io#8202)
Signed-off-by: Aaron Walker <[email protected]> Signed-off-by: trouaux <[email protected]>
1 parent 4129256 commit b39dd49

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re
1010

1111
## Unreleased
1212
- [#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
1414

1515
### Added
1616

docs/components/receive.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,12 @@ Flags:
625625
--tsdb.block.expanded-postings-cache-size=0
626626
[EXPERIMENTAL] If non-zero, enables expanded
627627
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.
628634
--tsdb.max-exemplars=0 Enables support for ingesting exemplars and
629635
sets the maximum number of exemplars that will
630636
be stored per tenant. In case the exemplar

0 commit comments

Comments
 (0)