OpenFeign/feign

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

Fechada

#2.406 aberto em 5 de mai. de 2024

 (0 comentário) (0 reação) (0 responsável)Java (1.911 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (9.070 estrelas)
Métricas de merge de PR
 (Mesclagem média 2d 17h) (71 fundiu PRs em 30d)

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

Guia do colaborador