move tags to influxdb struct, update all sample configs
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
type Output interface {
|
||||
Connect() error
|
||||
Connect(string) error
|
||||
Write(client.BatchPoints) error
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user