Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
SkipDBMetrics = util.GetEnvBool("db_metrics_disabled", false)
)
Functions ¶
This section is empty.
Types ¶
type StatsCollector ¶
type StatsCollector struct {
// contains filtered or unexported fields
}
func (*StatsCollector) Collect ¶
func (c *StatsCollector) Collect(ch chan<- prometheus.Metric)
func (*StatsCollector) Describe ¶
func (c *StatsCollector) Describe(ch chan<- *prometheus.Desc)
Describe implements the prometheus.Collector interface.
type StatsGetter ¶
Click to show internal directories.
Click to hide internal directories.