Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCollector ¶
func NewCollector(serverURL string, logger *slog.Logger) (*collectorBreaker.CBCollector, error)
NewCollector creates a new Collector
Types ¶
type Collector ¶
type Collector struct { TransmissionClient // contains filtered or unexported fields }
Collector presents Transmission statistics as Prometheus metrics
func (*Collector) CollectE ¶ added in v2.10.0
func (c *Collector) CollectE(ch chan<- prometheus.Metric) error
CollectE implements the prometheus.Collector interface
func (*Collector) Describe ¶
func (c *Collector) Describe(ch chan<- *prometheus.Desc)
Describe implements the prometheus.Collector interface
Click to show internal directories.
Click to hide internal directories.