feature_flag.result.variant
Release candidatestringas of v1.44.0
A semantic identifier for an evaluated flag value.
A semantic identifier, commonly referred to as a variant, provides a means
for referring to a value without including the value itself. This can
provide additional context for understanding the meaning behind a value.
For example, the variant red maybe be used for the value #c05543.
Examples
- red
- true
- on
Used by
events (1)
- feature_flag.evaluation
* required on that signal.
History
- v1.35.0stability
Promoted to release_candidate.
Added as development.