Skip to content

Commit

Permalink
add todo note about wavefront dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoroka committed Jan 8, 2021
1 parent 910b726 commit 8b4fb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/serializers/wavefront/wavefront.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"sync"

"github.com/influxdata/telegraf"
"github.com/influxdata/telegraf/plugins/outputs/wavefront"
"github.com/influxdata/telegraf/plugins/outputs/wavefront" // TODO: this dependency is going the wrong way: Move MetricPoint into the serializer.
)

// WavefrontSerializer : WavefrontSerializer struct
Expand Down

0 comments on commit 8b4fb2b

Please sign in to comment.