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

# Functions

No description provided by the author
FromMetric returns a deep copy of the metric with any tracking information removed.
No description provided by the author
No description provided by the author
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.
No description provided by the author
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

No description provided by the author

# Type aliases

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