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

Struct InputStats

api.go:25–29  ·  view source on GitHub ↗

InputStats contains statistics about the input component, ready for export to the metric client and to print debug info.

Source from the content-addressed store, hash-verified

23// InputStats contains statistics about the input component,
24// ready for export to the metric client and to print debug info.
25type 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected