Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ListenAddress string TelemetryPath string DatabaseURL string StoreTimeout time.Duration ExportStats bool ExportPools bool ExportDatabases bool ExportLists bool DefaultLabels string }
Config represents exporter configuration.
func LoadFromCLI ¶
func LoadFromCLI(ctx *cli.Context) Config
Click to show internal directories.
Click to hide internal directories.