Skip to content

Commit 730f5eb

Browse files
- include requirements.txt
- Include implementations to specify columns to use em metric. - Include tests for new case. Signed-off-by: Felipe Monteiro Jácome <[email protected]>
1 parent 3da7b80 commit 730f5eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prometheus_client/registry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def collect(self):
8080
if ti:
8181
yield ti
8282
for collector in collectors:
83+
8384
yield from collector.collect()
8485

8586
def restricted_registry(self, names):

0 commit comments

Comments
 (0)