Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector struct { Transmission Getter // contains filtered or unexported fields }
Collector presents Transmission statistics as Prometheus metrics
func (*Collector) Collect ¶
func (c *Collector) Collect(ch chan<- prometheus.Metric)
Collect implements the prometheus.Collector interface
func (*Collector) Describe ¶
func (c *Collector) Describe(ch chan<- *prometheus.Desc)
Describe implements the prometheus.Collector interface
type Getter ¶ added in v2.8.0
type Getter interface { GetSessionParameters(ctx context.Context) (transmission.SessionParameters, error) GetSessionStatistics(ctx context.Context) (stats transmission.SessionStats, err error) }
Getter interface
Click to show internal directories.
Click to hide internal directories.