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

Method Apply

processor.go:10–10  ·  view source on GitHub ↗

Apply the filter to the given metric.

(in ...Metric)

Source from the content-addressed store, hash-verified

8
9 // Apply the filter to the given metric.
10 Apply(in ...Metric) []Metric
11}
12
13// StreamingProcessor is a processor that can take in a stream of messages

Callers 15

ApplyMethod · 0.65
TestTemplateApplyFunction · 0.65
ParseLineMethod · 0.65
ApplyTemplateMethod · 0.65
readDWMetricsMethod · 0.65
AddMethod · 0.65
TestFieldConversionsFunction · 0.65
TestFieldKeyConversionsFunction · 0.65
TestTagConversionsFunction · 0.65
TestTagKeyConversionsFunction · 0.65
TestBase64DecodeFunction · 0.65

Implementers 15

Engineinternal/templating/engine.go
Templateinternal/templating/template.go
testConfigProcessorplugins/common/shim/config_test.go
testProcessorplugins/common/shim/processor_test.go
Stringsplugins/processors/strings/strings.go
Scaleplugins/processors/scale/scale.go
Dedupplugins/processors/dedup/dedup.go
Defaultsplugins/processors/defaults/defaults.g
Processorplugins/processors/lookup/lookup.go
Unpivotplugins/processors/unpivot/unpivot.go
Printerplugins/processors/printer/printer.go
TagLimitplugins/processors/tag_limit/tag_limit

Calls

no outgoing calls

Tested by 15

TestTemplateApplyFunction · 0.52
TestFieldConversionsFunction · 0.52
TestFieldKeyConversionsFunction · 0.52
TestTagConversionsFunction · 0.52
TestTagKeyConversionsFunction · 0.52
TestBase64DecodeFunction · 0.52
TestValidUTF8Function · 0.52
TestDefaultsFunction · 0.52
TestTagDefaultsFunction · 0.52
TestCasesFunction · 0.52
TestCasesTrackingFunction · 0.52