This commit is contained in:
crusader 2018-05-11 19:37:08 +09:00
parent ef7aa65a3e
commit 6d453766a4

View File

@ -14,6 +14,7 @@ type InfluxDBClientConfig struct {
Password string `json:"password" yaml:"password" toml:"password"` Password string `json:"password" yaml:"password" toml:"password"`
UserAgent string `json:"userAgent" yaml:"userAgent" toml:"userAgent"` UserAgent string `json:"userAgent" yaml:"userAgent" toml:"userAgent"`
Timeout time.Duration `json:"timeout" yaml:"timeout" toml:"timeout"` Timeout time.Duration `json:"timeout" yaml:"timeout" toml:"timeout"`
PayloadSize int `json:"payloadSize" yaml:"payloadSize" toml:"payloadSize"`
} }
type InfluxDBBatchPointsConfig struct { type InfluxDBBatchPointsConfig struct {