mirror of
https://github.com/MaxenceG2M/prometheus-immich-exporter.git
synced 2025-12-09 07:03:25 +00:00
Edit docstring
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user