Const
Readonly
CONTEXT_The unique identifier for the flag evaluation context. For example, the targeting key.
string
recommended
5157782b-2203-4c80-a857-dbbd5e7761db
Readonly
ERROR_Describes a class of error the operation ended with.
string
conditionally required
reason
is error
flag_not_found
Readonly
ERROR_A message explaining the nature of an error occurring during flag evaluation.
string
recommended
Flag not found
Readonly
FLAG_The identifier of the flag set to which the feature flag belongs.
string
recommended
proj-1
; ab98sgs
; service1/dev
Readonly
KEY: "feature_flag.key"The lookup key of the feature flag.
string
required
logo-color
Readonly
PROVIDER: "feature_flag.provider_name"Describes a class of error the operation ended with.
string
recommended
flag_not_found
Readonly
REASON: "feature_flag.evaluation.reason"The reason code which shows how a feature flag value was determined.
string
recommended
targeting_match
Readonly
VARIANT: "feature_flag.variant"A semantic identifier for an evaluated flag value.
string
conditionally required
blue
; on
; true
Readonly
VERSION: "feature_flag.version"The version of the ruleset used during the evaluation. This may be any stable value which uniquely identifies the ruleset.
string
recommended
1.0.0
; 2021-01-01
The attributes of an OpenTelemetry compliant event for flag evaluation.