From 1f8a0e0859e7c590613a1f5d2eb8b63195d0577a Mon Sep 17 00:00:00 2001 From: Cameron Sparr Date: Wed, 27 Jan 2016 14:21:36 -0700 Subject: [PATCH] Create public models for telegraf metrics, accumlator, plugins This will basically make the root directory a place for storing the major telegraf interfaces, which will make telegraf's godoc looks quite a bit nicer. And make it easier for contributors to lookup the few data types that they actually care about. closes #564 --- plugins/outputs/cloudwatch/cloudwatch.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/outputs/cloudwatch/cloudwatch.go b/plugins/outputs/cloudwatch/cloudwatch.go index a24f741a4eb3d..103758e8f8b4c 100644 --- a/plugins/outputs/cloudwatch/cloudwatch.go +++ b/plugins/outputs/cloudwatch/cloudwatch.go @@ -16,6 +16,7 @@ import ( "github.com/influxdata/telegraf" "github.com/influxdata/telegraf/plugins/outputs" + "github.com/influxdata/telegraf" ) type CloudWatch struct {