InputStats contains statistics about the input component, ready for export to the metric client and to print debug info.
| 23 | // InputStats contains statistics about the input component, |
| 24 | // ready for export to the metric client and to print debug info. |
| 25 | type InputStats struct { |
| 26 | NumProcessedLines int64 |
| 27 | CustomStats map[string]string |
| 28 | Metrics MetricsBag |
| 29 | } |
| 30 | |
| 31 | // FilterStats contains statistics about the filter components, |
| 32 | // ready for export to the metric client and to print debug info |
nothing calls this directly
no outgoing calls
no test coverage detected