MCPcopy Create free account
hub / github.com/AdRoll/baker / FilterStats

Struct FilterStats

api.go:33–36  ·  view source on GitHub ↗

FilterStats contains statistics about the filter components, ready for export to the metric client and to print debug info

Source from the content-addressed store, hash-verified

31// FilterStats contains statistics about the filter components,
32// ready for export to the metric client and to print debug info
33type 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected