()
| 1192 | } |
| 1193 | |
| 1194 | func (m *Histogram) GetZeroCountFloat() float64 { |
| 1195 | if x, ok := m.GetZeroCount().(*Histogram_ZeroCountFloat); ok { |
| 1196 | return x.ZeroCountFloat |
| 1197 | } |
| 1198 | return 0 |
| 1199 | } |
| 1200 | |
| 1201 | func (m *Histogram) GetNegativeSpans() []BucketSpan { |
| 1202 | if m != nil { |
no test coverage detected