You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
The on_POST handlers for these two endpoints have some overenthusiastic jaeger annotations (@trace_with_opname). This means that there is an extra layer of spans between the servlet span (which logs the request id) and the call to get_user_by_req (which enables tracing on the active span if the user has force-tracing enabled).