MCPcopy
hub / github.com/influxdata/telegraf / testProcessor

Struct testProcessor

plugins/common/shim/processor_test.go:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99type testProcessor struct {
100 tagName string
101 tagValue string
102}
103
104func (p *testProcessor) Apply(in ...telegraf.Metric) []telegraf.Metric {
105 for _, m := range in {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected