move tags to influxdb struct, update all sample configs

This commit is contained in:
JP
2015-08-07 15:31:25 -05:00
parent 48c10f9454
commit 91f6c4b740
9 changed files with 19 additions and 50 deletions

View File

@@ -5,7 +5,7 @@ import (
)
type Output interface {
Connect() error
Connect(string) error
Write(client.BatchPoints) error
}