Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + func Sanitize(strict bool, val string) string + type MetricPoint struct + Metric string + Source string + Tags map[string]string + Timestamp int64 + Value float64 + type Serializer struct + DisablePrefixConversions bool + Prefix string + SourceOverride []string + UseStrict bool + func (s *Serializer) Serialize(m telegraf.Metric) ([]byte, error) + func (s *Serializer) SerializeBatch(metrics []telegraf.Metric) ([]byte, error)