telegraf/plugins/parsers/wavefront
Sven Rebhan 7ced2606b2
chore(parsers)!: Remove old-style creation (#13310)
2023-05-23 14:17:11 -06:00
..
README.md
element.go
parser.go chore(parsers)!: Remove old-style creation (#13310) 2023-05-23 14:17:11 -06:00
parser_test.go
scanner.go
token.go

README.md

Wavefront Parser Plugin

Wavefront Data Format is metrics are parsed directly into Telegraf metrics. For more information about the Wavefront Data Format see here.

Configuration

[[inputs.file]]
  files = ["example"]

  ## Data format to consume.
  ## Each data format has its own unique set of configuration options, read
  ## more about them here:
  ##   https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
  data_format = "wavefront"

There are no additional configuration options for Wavefront Data Format line-protocol.