()
| 529 | } |
| 530 | |
| 531 | func (m *Histogram) GetZeroCountFloat() float64 { |
| 532 | if x, ok := m.GetZeroCount().(*Histogram_ZeroCountFloat); ok { |
| 533 | return x.ZeroCountFloat |
| 534 | } |
| 535 | return 0 |
| 536 | } |
| 537 | |
| 538 | func (m *Histogram) GetNegativeSpans() []BucketSpan { |
| 539 | if m != nil { |
no test coverage detected