Flag Attributes

1 attribute in this category. 1 stable

Stable Attributes

flag.evaluation.<key>

boolean PII: False OTel: False Dynamic

An instance of a feature flag evaluation. The value of this attribute is the boolean representing the evaluation result. The <key> suffix is the name of the feature flag.

Example flag.evaluation.is_new_ui=true
Dynamic Suffix Yes - the key contains dynamic parts
Changelog
v0.1.0 #103
Raw JSON
{
  "key": "flag.evaluation.<key>",
  "brief": "An instance of a feature flag evaluation. The value of this attribute is the boolean representing the evaluation result. The <key> suffix is the name of the feature flag.",
  "has_dynamic_suffix": true,
  "type": "boolean",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "example": "flag.evaluation.is_new_ui=true",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        103
      ]
    }
  ]
}