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

Struct TimeSeries

pkg/cortexpb/cortex.pb.go:689–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687}
688
689type TimeSeries struct {
690 Labels []LabelAdapter `protobuf:"bytes,1,rep,name=labels,proto3,customtype=LabelAdapter" json:"labels"`
691 // Sorted by time, oldest sample first.
692 Samples []Sample `protobuf:"bytes,2,rep,name=samples,proto3" json:"samples"`
693 Exemplars []Exemplar `protobuf:"bytes,3,rep,name=exemplars,proto3" json:"exemplars"`
694 Histograms []WrappedHistogram `protobuf:"bytes,4,rep,name=histograms,proto3,customtype=WrappedHistogram" json:"histograms"`
695}
696
697func (m *TimeSeries) Reset() { *m = TimeSeries{} }
698func (*TimeSeries) ProtoMessage() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected