OpenFeign/feign

Feign observation span is not put in "scope" - loggers do not see current spanId

Open

#2,406 opened on 2024年5月5日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Java (9,070 stars) (1,911 forks)batch import
bughelp wanted

説明

Despite new observation is started around feign call, MDC still contains "parent" spanId.

Code to reproduce:

https://github.com/norbson/feign-tracing-issue

run and call http://localhost:8080/test

Result: Screenshot from 2024-05-05 18-04-03

コントリビューターガイド