Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager(syncManager *qbittorrent.SyncManager, clientPool *qbittorrent.ClientPool) *Manager
func (*Manager) GetRegistry ¶
func (m *Manager) GetRegistry() *prometheus.Registry
type TorrentCollector ¶
type TorrentCollector struct {
// contains filtered or unexported fields
}
func NewTorrentCollector ¶
func NewTorrentCollector(syncManager *qbittorrent.SyncManager, clientPool *qbittorrent.ClientPool) *TorrentCollector
func (*TorrentCollector) Collect ¶
func (c *TorrentCollector) Collect(ch chan<- prometheus.Metric)
func (*TorrentCollector) Describe ¶
func (c *TorrentCollector) Describe(ch chan<- *prometheus.Desc)
Click to show internal directories.
Click to hide internal directories.