Skip to content

Commit

Permalink
Wrap VolumeResponse.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeschkies committed Dec 7, 2023
1 parent 5b8d0e6 commit 1a36651
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/querier/queryrange/marshal.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ func QueryResponseWrap(res queryrangebase.Response) (*QueryResponse, error) {
p.Response = &QueryResponse_Labels{response}
case *IndexStatsResponse:
p.Response = &QueryResponse_Stats{response}
case *VolumeResponse:
p.Response = &QueryResponse_Volume{response}
case *TopKSketchesResponse:
p.Response = &QueryResponse_TopkSketches{response}
case *QuantileSketchResponse:
Expand Down

0 comments on commit 1a36651

Please sign in to comment.