You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* cache labels and series results
Signed-off-by: Ben Ye <yb532204897@gmail.com>
* add changelog
Signed-off-by: Ben Ye <yb532204897@gmail.com>
* fix style
Signed-off-by: Ben Ye <yb532204897@gmail.com>
* update changelog
Signed-off-by: Ben Ye <yb532204897@gmail.com>
* rebase
Signed-off-by: Ben Ye <yb532204897@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re
12
12
## Unreleased
13
13
-[#3259](https://github.com/thanos-io/thanos/pull/3259) Thanos BlockViewer: Added a button in the blockviewer that allows users to download the metadata of a block.
14
14
-[#3261](https://github.com/thanos-io/thanos/pull/3261) Thanos Store: Use segment files specified in meta.json file, if present. If not present, Store does the LIST operation as before.
15
-
-[#3276](https://github.com/thanos-io/thanos/pull/3276) Query Frontend: Support query splitting and retry for labels and series requests.
15
+
-[#3276](https://github.com/thanos-io/thanos/pull/3276) Query Frontend: Support query splitting and retry for label names, label values and series requests.
16
+
-[#3315](https://github.com/thanos-io/thanos/pull/3315) Query Frontend: Support results caching for label names, label values and series requests.
16
17
17
18
### Fixed
18
19
-[#3257](https://github.com/thanos-io/thanos/pull/3257) Ruler: Prevent Ruler from crashing when using default DNS to lookup hosts that results in "No such hosts" errors.
cmd.Flag("labels.default-time-range", "The default metadata time range duration for retrieving labels through Labels and Series API when the range parameters are not specified.").
97
97
Default("24h").DurationVar(&cfg.DefaultTimeRange)
98
98
99
+
cfg.LabelsConfig.CachePathOrContent=*extflag.RegisterPathOrContent(cmd, "labels.response-cache-config", "YAML file that contains response cache configuration.", false)
100
+
99
101
cmd.Flag("cache-compression-type", "Use compression in results cache. Supported values are: 'snappy' and '' (disable compression).").
0 commit comments