package
1.33.2
Repository: https://github.com/influxdata/telegraf.git
Documentation: pkg.go.dev

# Functions

FromMetric returns a deep copy of the metric with any tracking information removed.
NewSeriesGrouper returns a type that can be used to group fields by series and time, so that fields which share these values will be combined into a single telegraf.Metric.
WithGroupTracking adds tracking to the metrics and registers the notify function to be called when processing is complete.
WithTracking adds tracking to the metric and registers the notify function to be called when processing is complete.

# Variables

ErrSkipTracking indicates that tracking information could not be found after deserializing a metric from bytes.

# Structs

# Type aliases

NotifyFunc is called when a tracking metric is done being processed with the tracking information.