Removed useless struct.

This commit is contained in:
Eric 2016-07-20 14:32:09 -04:00
parent 60004f586d
commit cf191c3c03
1 changed files with 0 additions and 7 deletions

View File

@ -57,13 +57,6 @@ func (t TagSet) ToLineFormat() string {
return strings.TrimLeft(line, " ") return strings.TrimLeft(line, " ")
} }
type MetricLine struct {
Metric string
Timestamp int64
Value string
Tags TagSet
}
func (o *OpenTSDB) Connect() error { func (o *OpenTSDB) Connect() error {
// Test Connection to OpenTSDB Server // Test Connection to OpenTSDB Server
uri := fmt.Sprintf("%s:%d", o.Host, o.Port) uri := fmt.Sprintf("%s:%d", o.Host, o.Port)