MCPcopy
hub / github.com/prometheus/prometheus / fhSample

Struct fhSample

storage/buffer.go:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239type fhSample struct {
240 st, t int64
241 fh *histogram.FloatHistogram
242}
243
244func (s fhSample) T() int64 {
245 return s.t

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected