| 97 | } |
| 98 | |
| 99 | type testProcessor struct { |
| 100 | tagName string |
| 101 | tagValue string |
| 102 | } |
| 103 | |
| 104 | func (p *testProcessor) Apply(in ...telegraf.Metric) []telegraf.Metric { |
| 105 | for _, m := range in { |
nothing calls this directly
no outgoing calls
no test coverage detected