MCPcopy
hub / github.com/prometheus/client_golang / constHistogram

Struct constHistogram

prometheus/histogram.go:1309–1316  ·  prometheus/histogram.go::constHistogram

Source from the content-addressed store, hash-verified

1307}
1308
1309type constHistogram struct {
1310 desc *Desc
1311 count uint64
1312 sum float64
1313 buckets map[float64]uint64
1314 labelPairs []*dto.LabelPair
1315 createdTs *timestamppb.Timestamp
1316}
1317
1318func (h *constHistogram) Desc() *Desc {
1319 return h.desc

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected