Skip to content

Commit

Permalink
Revert changes in influxparser to minimize diff.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Rebhan committed Nov 20, 2021
1 parent 26a2816 commit 7252f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/parsers/influx/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (e *ParseError) Error() string {
}

// Parser is an InfluxDB Line Protocol parser that implements the
// telegraf.Parser interface.
// parsers.Parser interface.
type Parser struct {
DefaultTags map[string]string

Expand Down

0 comments on commit 7252f1a

Please sign in to comment.