Versions in this module Expand all Collapse all v0 v0.5.0 Jul 10, 2019 Changes in this version + var Delay = 600 * time.Second + var Metrics = []Metric + var Period = 60 * time.Second + var Range = 600 * time.Second + type Exporter struct + func New(config *config.Config, sessions *sessions.Sessions) *Exporter + func (e *Exporter) Collect(ch chan<- prometheus.Metric) + func (e *Exporter) Describe(ch chan<- *prometheus.Desc) + type Metric struct + Desc *prometheus.Desc + Name string + type Scraper struct + func NewScraper(instance *config.Instance, exporter *Exporter, ch chan<- prometheus.Metric) *Scraper + func (s *Scraper) Scrape()