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