open-feature / flagd

A feature flag daemon with a Unix philosophy
https://openfeature.dev
Apache License 2.0
564 stars 67 forks source link

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

Open aepfli opened 2 months ago

aepfli commented 2 months ago

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.