MCPcopy Create free account
hub / github.com/cortexproject/cortex / GetChunkseries

Method GetChunkseries

pkg/ingester/client/ingester.pb.go:351–356  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

349var xxx_messageInfo_QueryStreamResponse proto.InternalMessageInfo
350
351func (m *QueryStreamResponse) GetChunkseries() []TimeSeriesChunk {
352 if m != nil {
353 return m.Chunkseries
354 }
355 return nil
356}
357
358type ExemplarQueryResponse struct {
359 Timeseries []cortexpb.TimeSeries `protobuf:"bytes,1,rep,name=timeseries,proto3" json:"timeseries"`

Callers 1

QueryStreamMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected