0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java1,911 forks (1,911 forks)batch import
bughelp wanted
Repository metrics
- Stars
- 9,070 stars (9,070 stars)
- PR merge metrics
- Avg merge 2d 17h (Avg merge 2d 17h)71 merged PRs in 30d (71 merged PRs in 30d)
Contributor guide
- Research direction
- The issue is that the Feign observation span is not placed in scope, causing MDC to retain the parent spanId. Investigate the Feign observation instrumentation, likely in the `feign micrometer` module. Check if the observation is being opened and closed correctly, and ensure that the span is set as the current span in the tracing context. Look at the Micrometer Observation API's `Observation.Scope` usage and compare with similar tracing integrations. The reproduction repository is at https://github.com/norbson/feign tracing issue.
- Tech stack
- javaspring
- Domain
- backendapiobservability
- Issue type
- Bug
- Prerequisites
- JavaSpringMicrometer Observation