Const ExperimentalWith 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.
This attribute is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.
The evaluated value of the feature flag.