Skip to content

Commit b8aa036

Browse files
committed
Fix reason field, and order
1 parent 1441def commit b8aa036

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

articles/azure-app-configuration/feature-flag-telemetry-reference.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-app-configuration
66
author: mrm9084
77
ms.author: mametcal
88
ms.topic: reference
9-
ms.date: 11/06/2024
9+
ms.date: 06/19/2025
1010
---
1111

1212
# Document: Feature flag telemetry reference
@@ -29,15 +29,15 @@ The feature management libraries provide the following properties to telemetry d
2929

3030
- **FeatureName**: The name of the feature flag.
3131
- **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.
3432
- **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.
3635
- **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.
3738
- **AllocationID**: A unique identifier for the feature flag in its current state.
3839
- **ETag**: The current ETag for the feature flag.
3940
- **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.
4141

4242
The full schema can be found [here](https://github.com/microsoft/FeatureManagement/blob/main/Schema/FeatureEvaluationEvent/FeatureEvaluationEvent.v1.0.0.schema.json).
4343

@@ -51,8 +51,6 @@ When the Azure App Configuration provider libraries are used, additional propert
5151
- **ETag**: The current ETag for the feature flag.
5252
- **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>`.
5353

54-
The full schema can be found [here](https://github.com/microsoft/FeatureManagement/tree/main/Schema/FeatureEvaluationEvent/FeatureEvaluationEventWithAzureAppConfiguration.v1.0.0.schema.json).
55-
5654
## Next steps
5755

5856
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

Comments
 (0)