Skip to content

Commit

Permalink
Removed hints_enabled from SeriesRequest
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pracucci <marco@pracucci.com>
  • Loading branch information
pracucci committed Apr 23, 2020
1 parent f348bb2 commit 43f4fca
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 106 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ We use *breaking* word for marking changes that are not backward compatible (rel

### Added

- [#2502](https://github.com/thanos-io/thanos/pull/2502) Added `hints_enabled` proto field to `SeriesRequest` and `hints` field to `SeriesResponse`. Hints in an opaque data structure that can be used to carry additional information from the store and its content is implementation specific.
- [#2502](https://github.com/thanos-io/thanos/pull/2502) Added `hints` field to `SeriesResponse`. Hints in an opaque data structure that can be used to carry additional information from the store and its content is implementation specific.

## [v0.12.1](https://github.com/thanos-io/thanos/releases/tag/v0.12.1) - 2020.04.20

Expand Down
162 changes: 62 additions & 100 deletions pkg/store/storepb/rpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions pkg/store/storepb/rpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@ message SeriesRequest {

// skip_chunks controls whether sending chunks or not in series responses.
bool skip_chunks = 8;

// hints_enabled controls whether sending hints or not in the series responses. Hints
// are store implementation specific and used to carry information about how the series
// have been queried.
bool hints_enabled = 9;
}

enum Aggr {
Expand Down

0 comments on commit 43f4fca

Please sign in to comment.