The OpenFeature specification includes a concept called flag metadata. This is a great way to provide additional context in a flag evaluation. It's especially useful for troubleshooting and telemetry use cases.
Requirements
### Tasks
- [ ] https://github.com/open-feature/flagd-schemas/issues/174
- [ ] Update flagd RCP and OFREP to support metadata
- [ ] Update flagd providers to support flag metadata
- [ ] Update flagd documentation to include flag metadata
Follow-up
Metadata at the flag set level would be useful for metadata that's shared across all flags (e.g. flag set version). This may require changes to the OpenFeature spec and SDKs to properly support.
Requirements
Overview
The OpenFeature specification includes a concept called flag metadata. This is a great way to provide additional context in a flag evaluation. It's especially useful for troubleshooting and telemetry use cases.
Requirements
Follow-up
Metadata at the flag set level would be useful for metadata that's shared across all flags (e.g. flag set version). This may require changes to the OpenFeature spec and SDKs to properly support.