Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶ added in v0.5.0
type Collector struct {
// contains filtered or unexported fields
}
Collector collects enhanced RDS metrics by utilizing several scrapers.
func NewCollector ¶ added in v0.5.0
NewCollector creates new collector and starts scrapers.
func (*Collector) Collect ¶ added in v0.5.0
func (c *Collector) Collect(ch chan<- prometheus.Metric)
Collect implements prometheus.Collector.
func (*Collector) Describe ¶ added in v0.5.0
func (c *Collector) Describe(ch chan<- *prometheus.Desc)
Describe implements prometheus.Collector.
Click to show internal directories.
Click to hide internal directories.