You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/attributes-registry/feature-flag.md
+1-12Lines changed: 1 addition & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,6 @@
6
6
7
7
# Feature Flag
8
8
9
-
-[Feature Flag Attributes](#feature-flag-attributes)
10
-
-[Deprecated Feature Flag Attributes](#deprecated-feature-flag-attributes)
11
-
12
9
## Feature Flag Attributes
13
10
14
11
This document defines attributes for Feature Flags.
@@ -19,8 +16,8 @@ This document defines attributes for Feature Flags.
19
16
| <aid="feature-flag-evaluation-error-message"href="#feature-flag-evaluation-error-message">`feature_flag.evaluation.error.message`</a> | string | A message explaining the nature of an error occurring during flag evaluation. |`Flag `header-color` expected type `string` but found type `number`` ||
20
17
| <aid="feature-flag-evaluation-reason"href="#feature-flag-evaluation-reason">`feature_flag.evaluation.reason`</a> | string | The reason code which shows how a feature flag value was determined. |`static`; `targeting_match`; `error`; `default`||
21
18
| <aid="feature-flag-key"href="#feature-flag-key">`feature_flag.key`</a> | string | The lookup key of the feature flag. |`logo-color`||
19
+
| <aid="feature-flag-provider-name"href="#feature-flag-provider-name">`feature_flag.provider_name`</a> | string | Identifies the feature flag provider. |`Flag Manager`||
22
20
| <aid="feature-flag-set-id"href="#feature-flag-set-id">`feature_flag.set.id`</a> | string | The identifier of the [flag set](https://openfeature.dev/specification/glossary/#flag-set) to which the feature flag belongs. |`proj-1`; `ab98sgs`; `service1/dev`||
23
-
| <aid="feature-flag-system"href="#feature-flag-system">`feature_flag.system`</a> | string | Identifies the feature flag provider. |`Flag Manager`||
24
21
| <aid="feature-flag-variant"href="#feature-flag-variant">`feature_flag.variant`</a> | string | A semantic identifier for an evaluated flag value. [1]|`red`; `true`; `on`||
25
22
| <aid="feature-flag-version"href="#feature-flag-version">`feature_flag.version`</a> | string | The version of the ruleset used during the evaluation. This may be any stable value which uniquely identifies the ruleset. |`1`; `01ABCDEF`||
26
23
@@ -44,11 +41,3 @@ For example, the variant `red` maybe be used for the value `#c05543`.
44
41
|`static`| The resolved value is static (no dynamic evaluation). ||
45
42
|`targeting_match`| The resolved value was the result of a dynamic evaluation, such as a rule or specific user-targeting. ||
46
43
|`unknown`| The reason for the resolved value could not be determined. ||
Copy file name to clipboardExpand all lines: docs/feature-flags/feature-flags-logs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,8 @@ A `feature_flag.evaluation` event SHOULD be emitted whenever a feature flag valu
64
64
|[`feature_flag.context.id`](/docs/attributes-registry/feature-flag.md)| string | The unique identifier for the flag evaluation context. For example, the targeting key. |`5157782b-2203-4c80-a857-dbbd5e7761db`|`Recommended`||
65
65
|[`feature_flag.evaluation.error.message`](/docs/attributes-registry/feature-flag.md)| string | A message explaining the nature of an error occurring during flag evaluation. |`Flag `header-color` expected type `string` but found type `number`` |`Recommended`[5]||
66
66
|[`feature_flag.evaluation.reason`](/docs/attributes-registry/feature-flag.md)| string | The reason code which shows how a feature flag value was determined. |`static`; `targeting_match`; `error`; `default`|`Recommended`||
67
+
|[`feature_flag.provider_name`](/docs/attributes-registry/feature-flag.md)| string | Identifies the feature flag provider. |`Flag Manager`|`Recommended`||
67
68
|[`feature_flag.set.id`](/docs/attributes-registry/feature-flag.md)| string | The identifier of the [flag set](https://openfeature.dev/specification/glossary/#flag-set) to which the feature flag belongs. |`proj-1`; `ab98sgs`; `service1/dev`|`Recommended`||
68
-
|[`feature_flag.system`](/docs/attributes-registry/feature-flag.md)| string | Identifies the feature flag provider. |`Flag Manager`|`Recommended`||
69
69
|[`feature_flag.version`](/docs/attributes-registry/feature-flag.md)| string | The version of the ruleset used during the evaluation. This may be any stable value which uniquely identifies the ruleset. |`1`; `01ABCDEF`|`Recommended`||
70
70
71
71
**[1]`error.type`:** If one of these values applies, then it MUST be used; otherwise, a custom value MAY be used.
0 commit comments