diff --git a/prometheus_client/gc_collector.py b/prometheus_client/gc_collector.py index 4e80fa09..06e52dfc 100644 --- a/prometheus_client/gc_collector.py +++ b/prometheus_client/gc_collector.py @@ -22,7 +22,7 @@ def collect(self) -> Iterable[Metric]: ) uncollectable = CounterMetricFamily( 'python_gc_objects_uncollectable', - 'Uncollectable object found during GC', + 'Uncollectable objects found during GC', labels=['generation'], )