()
| 4709 | } |
| 4710 | |
| 4711 | func (m *ExemplarQueryResponse) Size() (n int) { |
| 4712 | if m == nil { |
| 4713 | return 0 |
| 4714 | } |
| 4715 | var l int |
| 4716 | _ = l |
| 4717 | if len(m.Timeseries) > 0 { |
| 4718 | for _, e := range m.Timeseries { |
| 4719 | l = e.Size() |
| 4720 | n += 1 + l + sovIngester(uint64(l)) |
| 4721 | } |
| 4722 | } |
| 4723 | return n |
| 4724 | } |
| 4725 | |
| 4726 | func (m *LabelValuesRequest) Size() (n int) { |
| 4727 | if m == nil { |
no test coverage detected