OpenFeign/feign

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

已关闭

#2,406 创建于 2024年5月5日

 (0 条评论) (0 个反应) (0 位负责人)Java (1,911 个派生)batch import
bughelp wanted

仓库指标

星标
 (9,070 个星标)
PR 合并指标
 (平均合并 2天 17小时) (30 天内合并 71 个 PR)

描述

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

贡献者指南