mirror of
https://github.com/moby/moby.git
synced 2026-07-11 18:13:57 +00:00
Currently, all traces coming from the API have an empty operation string, which make them indistinguishable from each other without looking at the logs of the root span, and prevent proper filtering on Jaeger UI. With this change, traces get the route pattern as the operation string. Signed-off-by: Albin Kerouanton <albinker@gmail.com>