Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type Serializer struct + Columns []string + Header bool + Prefix bool + Separator string + TimestampFormat string + func (s *Serializer) Init() error + func (s *Serializer) Serialize(metric telegraf.Metric) ([]byte, error) + func (s *Serializer) SerializeBatch(metrics []telegraf.Metric) ([]byte, error)