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.
1 parent 3da7b80 commit 730f5ebCopy full SHA for 730f5eb
prometheus_client/registry.py
@@ -80,6 +80,7 @@ def collect(self):
80
if ti:
81
yield ti
82
for collector in collectors:
83
+
84
yield from collector.collect()
85
86
def restricted_registry(self, names):
0 commit comments