diff --git a/qbittorrent_exporter/exporter.py b/qbittorrent_exporter/exporter.py index 093d219..bae7608 100644 --- a/qbittorrent_exporter/exporter.py +++ b/qbittorrent_exporter/exporter.py @@ -52,8 +52,7 @@ class QbittorrentMetricsCollector: def collect(self) -> Iterable[GaugeMetricFamily | CounterMetricFamily]: """ - Gets Metric objects representing the current state of qbittorrent and yields - Prometheus gauges. + Yields Prometheus gauges and counters from metrics collected from qbittorrent. """ metrics: list[Metric] = self.get_qbittorrent_metrics()