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

Struct Unpivot

plugins/processors/unpivot/unpivot.go:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14var sampleConfig string
15
16type Unpivot struct {
17 FieldNameAs string `toml:"use_fieldname_as"`
18 TagKey string `toml:"tag_key"`
19 ValueKey string `toml:"value_key"`
20}
21
22func (p *Unpivot) Init() error {
23 switch p.FieldNameAs {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected