telegraf/plugins/parsers/influx/influx_upstream
Paweł Żak ae7fbc5082
chore(linters): Replace 'fmt.Errorf' with 'errors.New' wherever possible (#14698)
2024-02-08 11:32:30 -06:00
..
README.md feat(parsers.influx): New influx line protocol via feature flag (#10749) 2022-03-10 15:09:58 -07:00
parser.go chore(linters): Replace 'fmt.Errorf' with 'errors.New' wherever possible (#14698) 2024-02-08 11:32:30 -06:00
parser_test.go chore(parsers.influx): Add benchmark (#14315) 2023-11-16 22:06:05 +01:00

README.md

Influx Line Protocol

This package implements the upstream Influx line protocol parser. See the Influx README.md for more details.