Versions in this module Expand all Collapse all v0 v0.7.0 Jun 2, 2020 v0.6.0 Dec 4, 2019 Changes in this version + var Delay = 600 * time.Second + var Metrics = []Metric + var Period = 60 * time.Second + var Range = 600 * time.Second + type Collector struct + func New(config *config.Config, sessions *sessions.Sessions) *Collector + func (e *Collector) Collect(ch chan<- prometheus.Metric) + func (e *Collector) Describe(ch chan<- *prometheus.Desc) + type Metric struct + type Scraper struct + func NewScraper(instance *config.Instance, collector *Collector, ch chan<- prometheus.Metric) *Scraper + func (s *Scraper) Scrape()