MCPcopy
hub / github.com/prometheus/prometheus / mockSeries

Struct mockSeries

storage/interface.go:606–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604}
605
606type mockSeries struct {
607 startTimestamps []int64
608 timestamps []int64
609 values []float64
610 labelSet []string
611}
612
613func (s mockSeries) Labels() labels.Labels {
614 return labels.FromStrings(s.labelSet...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected