Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClickHouse ¶
type ClickHouse struct {
Url string `toml:"url"`
DataTable string `toml:"data-table"`
DataTimeout *Duration `toml:"data-timeout"`
TreeTable string `toml:"tree-table"`
TreeTimeout *Duration `toml:"tree-timeout"`
TagTable string `toml:"tag-table"`
RollupConf string `toml:"rollup-conf"`
ExtraPrefix string `toml:"extra-prefix"`
}
type Config ¶
type Config struct {
Common Common `toml:"common"`
ClickHouse ClickHouse `toml:"clickhouse"`
Tags Tags `toml:"tags"`
Logging Logging `toml:"logging"`
Rollup *rollup.Rollup `toml:"-"`
}
Config ...
type Duration ¶
Duration wrapper time.Duration for TOML
func (*Duration) MarshalText ¶
MarshalText encode text with TOML format
func (*Duration) UnmarshalText ¶
UnmarshalText from TOML
Click to show internal directories.
Click to hide internal directories.