influxdb/services/opentsdb/config.go

9 lines
220 B
Go

package opentsdb
type Config struct {
Enabled bool `toml:"enabled"`
BindAddress string `toml:"bind-address"`
Database string `toml:"database"`
RetentionPolicy string `toml:"retention-policy"`
}