open-feature/flagd
[FEATURE] Implement a possibility to track changeEvents throughout the whole software lifecycle
Open
#1,388 opened on Aug 28, 2024
enhancementhelp wanted
Repository metrics
- Stars
- (925 stars)
- PR merge metrics
- (Avg merge 3d 9h) (8 merged PRs in 30d)
Description
Requirements
The 'in-process' providers work great; tracking information spread from flag to the contrib-sdks is hard. It would be a nice addition if we generate and populate a trace ID from flagd to its consumers so we can easily connect logs from all services together.
Goal
Provide an otel trace ID when emitting change events and initial connection with flagd. So we can also utilize them among the providers.