Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type Serializer struct + NestedFieldsExclude []string + NestedFieldsInclude []string + TimestampFormat string + TimestampUnits config.Duration + Transformation string + func (s *Serializer) Init() error + func (s *Serializer) Serialize(metric telegraf.Metric) ([]byte, error) + func (s *Serializer) SerializeBatch(metrics []telegraf.Metric) ([]byte, error)