We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4719912 commit 107a802Copy full SHA for 107a802
gen3workflow/app.py
@@ -70,7 +70,7 @@ def get_app(httpx_client=None) -> FastAPI:
70
)
71
if app.metrics.enabled:
72
logger.debug(
73
- f"Vieweing metrics associated with the registry {app.metrics._registry.collect()=}"
+ f"Vieweing metrics associated with the registry {list(app.metrics._registry.collect())=}"
74
75
app.mount("/metrics", app.metrics.get_asgi_app())
76
0 commit comments