add todo note about wavefront dependencies
This commit is contained in:
parent
910b726876
commit
8b4fb2b75e
|
|
@ -7,7 +7,7 @@ import (
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"github.com/influxdata/telegraf"
|
"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
|
// WavefrontSerializer : WavefrontSerializer struct
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue