Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StatsCollector ¶ added in v1.65.0
type StatsCollector struct {
// contains filtered or unexported fields
}
StatsCollector implements the prometheus.Collector interface.
func NewStatsCollector ¶ added in v1.65.0
NewStatsCollector for prometheus.
func (StatsCollector) Collect ¶ added in v1.65.0
func (c StatsCollector) Collect(ch chan<- prometheus.Metric)
Collect implements the prometheus.Collector interface.
func (StatsCollector) Describe ¶ added in v1.65.0
func (c StatsCollector) Describe(ch chan<- *prometheus.Desc)
Describe implements the prometheus.Collector interface.
Click to show internal directories.
Click to hide internal directories.