We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d27cb27 + 8fa9b2a commit 30f8319Copy full SHA for 30f8319
prometheus_client/gc_collector.py
@@ -22,7 +22,7 @@ def collect(self) -> Iterable[Metric]:
22
)
23
uncollectable = CounterMetricFamily(
24
'python_gc_objects_uncollectable',
25
- 'Uncollectable object found during GC',
+ 'Uncollectable objects found during GC',
26
labels=['generation'],
27
28
0 commit comments