File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +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
+ - [ #8202 ] ( https://github.com/thanos-io/thanos/pull/8202 ) Receive: Unhide ` --tsdb.enable-native-histograms ` flag
13
14
14
15
### Added
15
16
Original file line number Diff line number Diff line change @@ -1045,7 +1045,7 @@ func (rc *receiveConfig) registerFlag(cmd extkingpin.FlagClause) {
1045
1045
1046
1046
cmd .Flag ("tsdb.enable-native-histograms" ,
1047
1047
"[EXPERIMENTAL] Enables the ingestion of native histograms." ).
1048
- Default ("false" ).Hidden (). BoolVar (& rc .tsdbEnableNativeHistograms )
1048
+ Default ("false" ).BoolVar (& rc .tsdbEnableNativeHistograms )
1049
1049
1050
1050
cmd .Flag ("writer.intern" ,
1051
1051
"[EXPERIMENTAL] Enables string interning in receive writer, for more optimized memory usage." ).
Original file line number Diff line number Diff line change @@ -568,6 +568,9 @@ Flags:
568
568
--tsdb.block.expanded-postings-cache-size=0
569
569
[EXPERIMENTAL] If non-zero, enables expanded
570
570
postings cache for compacted blocks.
571
+ --tsdb.enable-native-histograms
572
+ [EXPERIMENTAL] Enables the ingestion of native
573
+ histograms.
571
574
--tsdb.head.expanded-postings-cache-size=0
572
575
[EXPERIMENTAL] If non-zero, enables expanded
573
576
postings cache for the head block.
You can’t perform that action at this time.
0 commit comments