open-feature/flagd

[FEATURE] Implement a possibility to track changeEvents throughout the whole software lifecycle

Open

#1,388 opened on Aug 28, 2024

 (2 comments) (3 reactions) (0 assignees)Go (118 forks)github user discovery
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.

Contributor guide