Skip to content

Commit

Permalink
gen files
Browse files Browse the repository at this point in the history
Signed-off-by: Owen Diehl <ow.diehl@gmail.com>
  • Loading branch information
owen-d committed Mar 19, 2024
1 parent f4b4e86 commit 189b4e3
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 109 deletions.
12 changes: 3 additions & 9 deletions pkg/logproto/indexgateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,8 @@ message ShardsRequest {
(gogoproto.nullable) = false,
(gogoproto.jsontag) = "through"
];
string query = 3 [
(gogoproto.jsontag) = "query"
];
uint64 target_bytes_per_shard = 4 [
(gogoproto.jsontag) = "targetBytesPerShard"
];
string query = 3 [(gogoproto.jsontag) = "query"];
uint64 target_bytes_per_shard = 4 [(gogoproto.jsontag) = "targetBytesPerShard"];
}

message ShardsResponse {
Expand All @@ -63,9 +59,7 @@ message Shard {
(gogoproto.nullable) = false,
(gogoproto.jsontag) = "bounds"
];
logproto.IndexStatsResponse stats = 2 [
(gogoproto.jsontag) = "stats"
];
logproto.IndexStatsResponse stats = 2 [(gogoproto.jsontag) = "stats"];
}

// FPBounds is identical to the definition in `pkg/storage/bloom/v1/bounds.FingerprintBounds`
Expand Down
198 changes: 99 additions & 99 deletions pkg/querier/queryrange/queryrange.pb.go

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

Loading

0 comments on commit 189b4e3

Please sign in to comment.