transmission

package
v2.11.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCollector

func NewCollector(url string, logger *slog.Logger) *collectorBreaker.CBCollector

NewCollector creates a new Collector

Types

type Collector

type Collector struct {
	Transmission Getter
	// 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

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL