Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmfProcessor ¶
type EmfProcessor struct {
MetricDeclarationsDedup bool `toml:"metric_declaration_dedup"`
MetricDeclarations []*metricDeclaration `toml:"metric_declaration"`
MetricNamespace string `toml:"metric_namespace"`
MetricUnit map[string]string `toml:"metric_unit"`
// contains filtered or unexported fields
}
func (*EmfProcessor) Apply ¶
func (e *EmfProcessor) Apply(in ...telegraf.Metric) (result []telegraf.Metric)
func (*EmfProcessor) Description ¶
func (e *EmfProcessor) Description() string
func (*EmfProcessor) SampleConfig ¶
func (e *EmfProcessor) SampleConfig() string
Click to show internal directories.
Click to hide internal directories.