Edit docstring

This commit is contained in:
Joel Heaps 2023-09-29 10:51:52 -05:00
parent 330d8ec86a
commit 71416a79ea

View File

@ -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()