Versions in this module Expand all Collapse all v0 v0.5.0 Oct 4, 2018 Changes in this version + type Collector struct + func NewCollector(sessions *sessions.Sessions) *Collector + func (c *Collector) Collect(ch chan<- prometheus.Metric) + func (c *Collector) Describe(ch chan<- *prometheus.Desc) v0.0.1 Sep 3, 2018 Changes in this version + var Metrics = map[string]Metric + var ScrapeTimeDesc = prometheus.NewDesc("rds_exporter_scrape_duration_seconds", ...) + func MapToNode(namespace string, subsystem, name string, extraLabelsValues ...string) (namespaceOUT, subsystemOUT, nameOUT string, extraLabelsOUT []string, ...) + type Exporter struct + ErroneousRequests prometheus.Counter + Metrics map[string]Metric + Sessions *sessions.Sessions + Settings *config.Settings + TotalRequests prometheus.Counter + func New(settings *config.Settings, 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 + Unit float64