Skip to content

Commit

Permalink
Create public models for telegraf metrics, accumlator, plugins
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sparrc committed Jan 28, 2016
1 parent 61ad753 commit 1f8a0e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/outputs/cloudwatch/cloudwatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (

"github.com/influxdata/telegraf"
"github.com/influxdata/telegraf/plugins/outputs"
"github.com/influxdata/telegraf"
)

type CloudWatch struct {
Expand Down

0 comments on commit 1f8a0e0

Please sign in to comment.