FilterStats contains statistics about the filter components, ready for export to the metric client and to print debug info
| 31 | // FilterStats contains statistics about the filter components, |
| 32 | // ready for export to the metric client and to print debug info |
| 33 | type FilterStats struct { |
| 34 | NumFilteredLines int64 |
| 35 | Metrics MetricsBag |
| 36 | } |
| 37 | |
| 38 | // OutputStats contains statistics about the output component, |
| 39 | // ready for export to the metric client and to print debug info |
nothing calls this directly
no outgoing calls
no test coverage detected