diff --git a/internal/encoding/graphite/parser.go b/internal/encoding/graphite/parser.go index 02611943b..23670e2e7 100644 --- a/internal/encoding/graphite/parser.go +++ b/internal/encoding/graphite/parser.go @@ -122,7 +122,6 @@ func (p *Parser) ParseMetrics(buf []byte) ([]telegraf.Metric, error) { } } - return metrics, nil } // Parse performs Graphite parsing of a single line.