Class FeatureFlagIncubatingAttributes

java.lang.Object
io.opentelemetry.semconv.incubating.FeatureFlagIncubatingAttributes

public final class FeatureFlagIncubatingAttributes extends Object
  • Field Details

    • FEATURE_FLAG_CONTEXT_ID

      public static final io.opentelemetry.api.common.AttributeKey<String> FEATURE_FLAG_CONTEXT_ID
      The unique identifier for the flag evaluation context. For example, the targeting key.
    • FEATURE_FLAG_EVALUATION_ERROR_MESSAGE

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> FEATURE_FLAG_EVALUATION_ERROR_MESSAGE
      Deprecated.
      Replaced by error.message.
      Deprecated, use error.message instead.
    • FEATURE_FLAG_EVALUATION_REASON

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> FEATURE_FLAG_EVALUATION_REASON
      Deprecated.
      Replaced by feature_flag.result.reason.
      Deprecated, use feature_flag.result.reason instead.
    • FEATURE_FLAG_KEY

      public static final io.opentelemetry.api.common.AttributeKey<String> FEATURE_FLAG_KEY
      The lookup key of the feature flag.
    • FEATURE_FLAG_PROVIDER_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> FEATURE_FLAG_PROVIDER_NAME
      Identifies the feature flag provider.
    • FEATURE_FLAG_RESULT_REASON

      public static final io.opentelemetry.api.common.AttributeKey<String> FEATURE_FLAG_RESULT_REASON
      The reason code which shows how a feature flag value was determined.
    • FEATURE_FLAG_RESULT_VARIANT

      public static final io.opentelemetry.api.common.AttributeKey<String> FEATURE_FLAG_RESULT_VARIANT
      A semantic identifier for an evaluated flag value.

      Notes:

      A semantic identifier, commonly referred to as a variant, provides a means for referring to a value without including the value itself. This can provide additional context for understanding the meaning behind a value. For example, the variant red maybe be used for the value #c05543.

    • FEATURE_FLAG_SET_ID

      public static final io.opentelemetry.api.common.AttributeKey<String> FEATURE_FLAG_SET_ID
      The identifier of the flag set to which the feature flag belongs.
    • FEATURE_FLAG_VARIANT

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> FEATURE_FLAG_VARIANT
      Deprecated.
      Replaced by feature_flag.result.variant.
      Deprecated, use feature_flag.result.variant instead.
    • FEATURE_FLAG_VERSION

      public static final io.opentelemetry.api.common.AttributeKey<String> FEATURE_FLAG_VERSION
      The version of the ruleset used during the evaluation. This may be any stable value which uniquely identifies the ruleset.