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