Documentation
¶
Index ¶
Constants ¶
View Source
const MetricEndpointLocal = "local"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type Collector ¶
func NewCollector ¶
type Config ¶
type Config struct { Common commonConfig `toml:"common"` Logging loggingConfig `toml:"logging"` ClickHouse clickhouseConfig `toml:"clickhouse"` Data dataConfig `toml:"data"` Udp udpConfig `toml:"udp"` Tcp tcpConfig `toml:"tcp"` Pprof pprofConfig `toml:"pprof"` }
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.