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

Method SetParser

testutil/plugin_input/plugin.go:165–170  ·  view source on GitHub ↗
(parser telegraf.Parser)

Source from the content-addressed store, hash-verified

163}
164
165func (p *Plugin) SetParser(parser telegraf.Parser) {
166 p.Parser = parser
167 if len(p.DefaultTags) > 0 {
168 p.Parser.SetDefaultTags(p.DefaultTags)
169 }
170}
171
172// Register the plugin
173func init() {

Callers

nothing calls this directly

Calls 1

SetDefaultTagsMethod · 0.65

Tested by

no test coverage detected