We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4f81a commit 069412eCopy full SHA for 069412e
gen3workflow/app.py
@@ -91,7 +91,6 @@ async def middleware_log_response_and_api_metric(
91
if method != "POST" or path != "/ga4gh/tes/v1/tasks":
92
return response
93
94
- # TODO: Add user_id to this metric, currently we don't have access to fetch the user_id at the middleware level.
95
metrics = app.metrics
96
metrics.add_create_task_api_interaction(
97
method=method,
0 commit comments