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

Struct constNativeHistogram

prometheus/histogram.go:1865–1869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1863}
1864
1865type constNativeHistogram struct {
1866 desc *Desc
1867 dto.Histogram
1868 labelPairs []*dto.LabelPair
1869}
1870
1871func validateCount(sum float64, count uint64, negativeBuckets, positiveBuckets map[int]int64, zeroBucket uint64) error {
1872 var bucketPopulationSum int64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected