8000 Merge pull request #894 from weastur/typo · draftcode/client_python@30f8319 · GitHub
[go: up one dir, main page]

Skip to content

Commit 30f8319

Browse files
authored
Merge pull request prometheus#894 from weastur/typo
Fix python_gc_objects_collected metadata typo
2 parents d27cb27 + 8fa9b2a commit 30f8319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus_client/gc_collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def collect(self) -> Iterable[Metric]:
2222
)
2323
uncollectable = CounterMetricFamily(
2424
'python_gc_objects_uncollectable',
25-
'Uncollectable object found during GC',
25+
'Uncollectable objects found during GC',
2626
labels=['generation'],
2727
)
2828

0 commit comments

Comments
 (0)
0