OpenFeign/feign

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

Geschlossen

#2.406 geöffnet am 05.05.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (1.911 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (9.070 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 2T 17h) (71 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide