Skip to content

Commit b65970f

Browse files
ajustes pandasGauge.
TODO: remover prints remover pdb
1 parent d51b40b commit b65970f

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
@@ -71,6 +71,7 @@ def _get_names(self, collector):
7171

7272
def collect(self):
7373
"""Yields metrics from the collectors in the registry."""
74+
import pdb; pdb.set_trace()
7475
collectors = None
7576
ti = None
7677
with self._lock:

0 commit comments

Comments
 (0)