Michael Beemer
Michael Beemer
[Requirement 3.2.2](https://github.com/open-feature/spec/blob/main/specification/sections/03-evaluation-context.md#requirement-322) should included the before hook. `API (global) -> client -> invocation -> before hooks` An explanation of why the before hook has the highest priority should be included...
## Overview We need to start defining our goals for beta, now that the alpha spec has been officially released. The beta version of the spec should include necessary clarifications,...
### Summary Evaluation context may be used to conditionally control the value returned from a flag evaluation. You could, for example, enable a feature for all users with a...
### Problem The global singleton used in OpenFeature provides a number of benefits. However, it may introduce some challenges in the future. For example, if a library is using an...
OpenTelemetry has a concept of [semantic conventions](https://github.com/open-telemetry/opentelemetry-specification/tree/main/specification/trace/semantic_conventions). This is a form of metadata that can be applied to a span. The attribute names should comply with [their spec](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/common/attribute-naming.md). Here's an...
Resolves https://github.com/open-telemetry/opentelemetry-specification/issues/2532 ## Changes Added semantic conventions for representing feature flags as spans. This can be used to determine the impact a feature has on a request. ## Related issues...
### Proposal I would like to propose that OTel defines a semantic convention for feature flagging. This will provide the ability to split traces and metrics by the attributes for...
The CNCF requires CLA or DCO. Currently CDO is being used. Update the readme to reflect that.
### Objective Configure the [close stale issues and PRs GitHub action](https://github.com/marketplace/actions/close-stale-issues) to automatically close issues that have become stale.