* Remove error return type from metric.New method. * Formatting changes for linter + gofmt * Additional linter fixes. * More linter fixes. * Linter fix. * address comments |
||
|---|---|---|
| .. | ||
| README.md | ||
| element.go | ||
| parser.go | ||
| parser_test.go | ||
| scanner.go | ||
| token.go | ||
README.md
Wavefront
Wavefront Data Format is metrics are parsed directly into Telegraf metrics. For more information about the Wavefront Data Format see here.
Configuration
There are no additional configuration options for Wavefront Data Format line-protocol.
[[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"