Len returns the number of metrics currently in the buffer.
()
| 64 | type Buffer interface { |
| 65 | // Len returns the number of metrics currently in the buffer. |
| 66 | Len() int |
| 67 | |
| 68 | // Add adds metrics to the buffer and returns number of dropped metrics. |
| 69 | Add(metrics ...telegraf.Metric) int |
no outgoing calls