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
@@ -29,15 +29,15 @@ The feature management libraries provide the following properties to telemetry d
29
29
30
30
-**FeatureName**: The name of the feature flag.
31
31
-**Enabled**: A boolean value indicating if the feature flag is enabled.
32
-
-**Version**: The version of this schema.
33
-
-**Reason**: The reason the feature flag was enabled or disabled.
34
32
-**Variant**: The variant that was selected for the feature flag.
35
-
-**VariantAssignmentPercentage**: Specifies the percentage of the user base the assigned variant is allocated for. This field is only present for percentile-based assignments.
33
+
-**VariantAssignmentReason**: The reason the variant was assigned to the user; DefaultWhenDisabled, DefaultWhenEnabled, User, Group, Percentile, None.
34
+
-**TargetingId**: The ID of the user that was assigned to the variant.
36
35
-**DefaultWhenEnabled**: The default variant of the feature flag when it's enabled.
36
+
-**Version**: The version of this schema.
37
+
-**VariantAssignmentPercentage**: Specifies the percentage of the user base the assigned variant is allocated for. This field is only present for percentile-based assignments.
37
38
-**AllocationID**: A unique identifier for the feature flag in its current state.
38
39
-**ETag**: The current ETag for the feature flag.
39
40
-**FeatureFlagReference**: A reference to the feature flag in the format of `<your_store_endpoint>kv/<feature_flag_key>`, it also includes the label if one is present, `<your_store_endpoint>kv/<feature_flag_key>?label=<feature_flag_label>`.
40
-
-**TargetingId**: The ID of the user that was assigned to the variant.
41
41
42
42
The full schema can be found [here](https://github.com/microsoft/FeatureManagement/blob/main/Schema/FeatureEvaluationEvent/FeatureEvaluationEvent.v1.0.0.schema.json).
43
43
@@ -51,8 +51,6 @@ When the Azure App Configuration provider libraries are used, additional propert
51
51
-**ETag**: The current ETag for the feature flag.
52
52
-**FeatureFlagReference**: A reference to the feature flag in the format of `<your_store_endpoint>kv/<feature_flag_key>`, it also includes the label if one is present, `<your_store_endpoint>kv/<feature_flag_key>?label=<feature_flag_label>`.
53
53
54
-
The full schema can be found [here](https://github.com/microsoft/FeatureManagement/tree/main/Schema/FeatureEvaluationEvent/FeatureEvaluationEventWithAzureAppConfiguration.v1.0.0.schema.json).
55
-
56
54
## Next steps
57
55
58
56
In this document, you learned about the telemetry data available for feature flags. To learn about how to use the telemetry data in your applications, continue to the following document for your language or platform.
0 commit comments