open-feature / .github

This repository stores various defaults for the GitHub organization
https://openfeature.dev
Apache License 2.0
3 stars 4 forks source link

OpenTelemetry Hooks #16

Open beeme1mr opened 1 year ago

beeme1mr commented 1 year ago

Overview

The OpenTelemetry team has approved and merged feature flagging into the semantic convention. Since feature flags are dynamic and affect runtime behavior, it’s important to collect relevant feature flag telemetry signals. This can be used to determine the impact a feature has on a request, enabling enhanced observability use cases, such as A/B testing or progressive feature releases.

OpenFeature hooks should be created in each supported language.

Requirements

Create an OTel hook for the following languages:

tcarrio commented 1 year ago

We can mark off the OTel hook for PHP now ✅