feature_flag.result.value
Release candidateanyas of v1.44.0
The evaluated value of the feature flag.
With some feature flag providers, feature flag results can be quite large or contain private or sensitive details.
Because of this, feature_flag.result.variant is often the preferred attribute if it is available.
It may be desirable to redact or otherwise limit the size and scope of feature_flag.result.value if possible.
Because the evaluated flag value is unstructured and may be any type, it is left to the instrumentation author to determine how best to achieve this.
Examples
- #ff0000
- true
- 3
Used by
events (1)
- feature_flag.evaluation
* required on that signal.
History
- v1.35.0stability
Promoted to release_candidate.
Added as development.