Add new line protocol parser and serializer, influxdb output (#3924)
This commit is contained in:
@@ -134,7 +134,8 @@ func NewNagiosParser() (Parser, error) {
|
||||
}
|
||||
|
||||
func NewInfluxParser() (Parser, error) {
|
||||
return &influx.InfluxParser{}, nil
|
||||
handler := influx.NewMetricHandler()
|
||||
return influx.NewParser(handler), nil
|
||||
}
|
||||
|
||||
func NewGraphiteParser(
|
||||
|
||||
Reference in New Issue
Block a user