Documentation ¶
Overview ¶
Package pool provides access to MySQL connections.
It should be used only by the metadata package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pool ¶
type Pool struct {
// contains filtered or unexported fields
}
Pool provides access to MySQL connections.
func (*Pool) Collect ¶
func (p *Pool) Collect(ch chan<- prometheus.Metric)
Collect implements Prometheus.Collector.
func (*Pool) Describe ¶
func (p *Pool) Describe(ch chan<- *prometheus.Desc)
Describe implements Prometheus.Collector.
Click to show internal directories.
Click to hide internal directories.