Class FeatureFlagIncubatingAttributes.FeatureFlagEvaluationReasonIncubatingValues
java.lang.Object
io.opentelemetry.semconv.incubating.FeatureFlagIncubatingAttributes.FeatureFlagEvaluationReasonIncubatingValues
- Enclosing class:
- FeatureFlagIncubatingAttributes
@Deprecated
public static final class FeatureFlagIncubatingAttributes.FeatureFlagEvaluationReasonIncubatingValues
extends Object
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.The resolved value was retrieved from cache.static final StringDeprecated.The resolved value fell back to a pre-configured value (no dynamic evaluation occurred or dynamic evaluation yielded no result).static final StringDeprecated.The resolved value was the result of the flag being disabled in the management system.static final StringDeprecated.The resolved value was the result of an error.static final StringDeprecated.The resolved value was the result of pseudorandom assignment.static final StringDeprecated.The resolved value is non-authoritative or possibly out of datestatic final StringDeprecated.The resolved value is static (no dynamic evaluation).static final StringDeprecated.The resolved value was the result of a dynamic evaluation, such as a rule or specific user-targeting.static final StringDeprecated.The reason for the resolved value could not be determined. -
Method Summary
-
Field Details
-
STATIC
Deprecated.The resolved value is static (no dynamic evaluation).- See Also:
-
DEFAULT
Deprecated.The resolved value fell back to a pre-configured value (no dynamic evaluation occurred or dynamic evaluation yielded no result).- See Also:
-
TARGETING_MATCH
Deprecated.The resolved value was the result of a dynamic evaluation, such as a rule or specific user-targeting.- See Also:
-
SPLIT
Deprecated.The resolved value was the result of pseudorandom assignment.- See Also:
-
CACHED
Deprecated.The resolved value was retrieved from cache.- See Also:
-
DISABLED
Deprecated.The resolved value was the result of the flag being disabled in the management system.- See Also:
-
UNKNOWN
Deprecated.The reason for the resolved value could not be determined.- See Also:
-
STALE
Deprecated.The resolved value is non-authoritative or possibly out of date- See Also:
-
ERROR
Deprecated.The resolved value was the result of an error.- See Also:
-
feature_flag.result.reason.