From 71416a79ea3fc9e2003526a2cfca738c246cec1e Mon Sep 17 00:00:00 2001 From: Joel Heaps Date: Fri, 29 Sep 2023 10:51:52 -0500 Subject: [PATCH] Edit docstring --- qbittorrent_exporter/exporter.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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()