Skip to content

Commit

Permalink
update proto
Browse files Browse the repository at this point in the history
  • Loading branch information
mjd95 committed May 2, 2019
1 parent dc29be4 commit ff44fd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/store/storepb/rpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,18 @@ message SeriesRequest {
int64 max_time = 2;
repeated LabelMatcher matchers = 3 [(gogoproto.nullable) = false];

// Deprecated. Use allowed_resolutions instead.
int64 max_resolution_window = 4;

repeated Aggr aggregates = 5;

// Deprecated. Use partial_response_strategy instead.
bool partial_response_disabled = 6;

// TODO(bwplotka): Move Thanos components to use strategy instead. Inlcuding QueryAPI.
PartialResponseStrategy partial_response_strategy = 7;

repeated int64 allowed_resolutions = 8;
}

enum Aggr {
Expand Down

0 comments on commit ff44fd2

Please sign in to comment.