OpenFeign/feign

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

Fermée

#2 406 ouverte le 5 mai 2024

 (0 commentaire) (0 réaction) (0 personne assignée)Java (1 911 forks)batch import
bughelp wanted

Métriques du dépôt

Stars
 (9 070 étoiles)
Métriques de merge PR
 (Merge moyen 2j 17h) (71 PRs mergées en 30 j)

Description

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

Guide contributeur