()
| 3780 | } |
| 3781 | |
| 3782 | func (m *Sample) Size() (n int) { |
| 3783 | if m == nil { |
| 3784 | return 0 |
| 3785 | } |
| 3786 | var l int |
| 3787 | _ = l |
| 3788 | if m.Value != 0 { |
| 3789 | n += 9 |
| 3790 | } |
| 3791 | if m.TimestampMs != 0 { |
| 3792 | n += 1 + sovCortex(uint64(m.TimestampMs)) |
| 3793 | } |
| 3794 | return n |
| 3795 | } |
| 3796 | |
| 3797 | func (m *MetricMetadata) Size() (n int) { |
| 3798 | if m == nil { |