Versions in this module Expand all Collapse all v0 v0.0.1 Mar 15, 2021 Changes in this version + type Config struct + HTTPClientConfig pconfig.HTTPClientConfig + Headers map[string]string + Metrics []Metric + func LoadConfig(configPath string) (Config, error) + type Metric struct + Help string + Labels map[string]string + Name string + Path string + Type MetricType + Values map[string]string + type MetricType string + const ObjectScrape + const ValueScrape