MCPcopy Create free account
hub / github.com/prometheus/common / Samples

TypeAlias Samples

model/value.go:136–136  ·  view source on GitHub ↗

Samples is a sortable Sample slice. It implements sort.Interface.

Source from the content-addressed store, hash-verified

134
135// Samples is a sortable Sample slice. It implements sort.Interface.
136type Samples []*Sample
137
138func (s Samples) Len() int {
139 return len(s)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected