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.
Replaced by feature_flag.result.reason.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
    The resolved value was retrieved from cache.
    static final String
    Deprecated.
    The resolved value fell back to a pre-configured value (no dynamic evaluation occurred or dynamic evaluation yielded no result).
    static final String
    Deprecated.
    The resolved value was the result of the flag being disabled in the management system.
    static final String
    Deprecated.
    The resolved value was the result of an error.
    static final String
    Deprecated.
    The resolved value was the result of pseudorandom assignment.
    static final String
    Deprecated.
    The resolved value is non-authoritative or possibly out of date
    static final String
    Deprecated.
    The resolved value is static (no dynamic evaluation).
    static final String
    Deprecated.
    The resolved value was the result of a dynamic evaluation, such as a rule or specific user-targeting.
    static final String
    Deprecated.
    The reason for the resolved value could not be determined.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • STATIC

      public static final String STATIC
      Deprecated.
      The resolved value is static (no dynamic evaluation).
      See Also:
    • DEFAULT

      public static final String 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

      public static final String TARGETING_MATCH
      Deprecated.
      The resolved value was the result of a dynamic evaluation, such as a rule or specific user-targeting.
      See Also:
    • SPLIT

      public static final String SPLIT
      Deprecated.
      The resolved value was the result of pseudorandom assignment.
      See Also:
    • CACHED

      public static final String CACHED
      Deprecated.
      The resolved value was retrieved from cache.
      See Also:
    • DISABLED

      public static final String DISABLED
      Deprecated.
      The resolved value was the result of the flag being disabled in the management system.
      See Also:
    • UNKNOWN

      public static final String UNKNOWN
      Deprecated.
      The reason for the resolved value could not be determined.
      See Also:
    • STALE

      public static final String STALE
      Deprecated.
      The resolved value is non-authoritative or possibly out of date
      See Also:
    • ERROR

      public static final String ERROR
      Deprecated.
      The resolved value was the result of an error.
      See Also: