OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_FEATURE_FLAG_RESULT_VALUEConst Experimental

    ATTR_FEATURE_FLAG_RESULT_VALUE: "feature_flag.result.value" = ...

    The evaluated value of the feature flag.

    #ff0000
    
    true
    
    3
    

    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.

    This attribute is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.