Skip to content

Commit 27e1347

Browse files
committed
add code
1 parent 4863818 commit 27e1347

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

internal/cortex/querier/queryrange/results_cache.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,10 @@ func (PrometheusResponseExtractor) ResponseWithoutStats(resp Response) Response
124124
return &PrometheusResponse{
125125
Status: StatusSuccess,
126126
Data: PrometheusData{
127-
ResultType: promRes.Data.ResultType,
128-
Result: promRes.Data.Result,
129-
Analysis: promRes.Data.Analysis,
127+
ResultType: promRes.Data.ResultType,
128+
Result: promRes.Data.Result,
129+
Analysis: promRes.Data.Analysis,
130+
SeriesStatsCounter: promRes.Data.SeriesStatsCounter,
130131
},
131132
Headers: promRes.Headers,
132133
}

0 commit comments

Comments
 (0)