Versions in this module Expand all Collapse all v1 v1.2.0 Mar 24, 2017 Changes in this version + const MaxInt + const MaxKeyLength + var ErrInvalidNumber = errors.New("invalid number") + func New(name string, tags map[string]string, fields map[string]interface{}, ...) (telegraf.Metric, error) + func Parse(buf []byte) ([]telegraf.Metric, error) + func ParseWithDefaultTime(buf []byte, t time.Time) ([]telegraf.Metric, error)