MCPcopy
hub / github.com/prometheus/prometheus / fSample

Struct fSample

storage/buffer.go:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173type fSample struct {
174 st, t int64
175 f float64
176}
177
178func (s fSample) T() int64 {
179 return s.t

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected