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

Method GetMatrix

pkg/querier/tripperware/query.pb.go:820–825  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

818}
819
820func (m *PrometheusQueryResult) GetMatrix() *Matrix {
821 if x, ok := m.GetResult().(*PrometheusQueryResult_Matrix); ok {
822 return x.Matrix
823 }
824 return nil
825}
826
827// XXX_OneofWrappers is for the internal use of the proto package.
828func (*PrometheusQueryResult) XXX_OneofWrappers() []interface{} {

Callers 10

MarshalJSONMethod · 0.80
minTimeMethod · 0.80
matrixMergeFunction · 0.80
SetQueryResponseStatsFunction · 0.80
DecodeResponseMethod · 0.80
DecodeResponseMethod · 0.80
EncodeResponseMethod · 0.80
ExtractMethod · 0.80

Calls 1

GetResultMethod · 0.95