Skip to content

Commit fdd6e0c

Browse files
committed
Changed what is in preview
1 parent a747a22 commit fdd6e0c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Feature flag telemetry reference (preview)
2+
title: Feature flag telemetry reference
33
titleSuffix: Azure App Configuration
44
description: Learn how App Configuration allows for telemetry viewing for feature flags.
55
ms.service: azure-app-configuration
@@ -9,25 +9,25 @@ ms.topic: reference
99
ms.date: 11/06/2024
1010
---
1111

12-
# Tutorial: Feature flag telemetry reference (preview)
12+
# Tutorial: Feature flag telemetry reference
1313

14-
Having telemetry data on your feature flags can be a powerful tool for understanding how your feature flags are used. Telemetry (preview) allows you to make informed decisions about your feature management strategy.
14+
Having telemetry data on your feature flags can be a powerful tool for understanding how your feature flags are used. Telemetry allows you to make informed decisions about your feature management strategy.
1515

1616
In this tutorial, you:
1717

1818
> [!div class="checklist"]
19-
> - Learn which telemetry data is viewable using the Azure App Configuration provider libraries (preview)
20-
> - Learn which telemetry data is viewable using the Feature Management libraries (preview)
19+
> - Learn which telemetry data is viewable using the Azure App Configuration provider libraries
20+
> - Learn which telemetry data is viewable using the Feature Management libraries
2121
22-
## Viewing telemetry data (Preview)
22+
## Viewing telemetry data
2323

24-
With telemetry (preview) enabled no other properties are added to the feature flag besides the setting enabling telemetry. The use of one of the Azure App Configuration provider libraries along with the Feature Management libraries is required to start collecting telemetry data.
24+
With telemetry enabled no other properties are added to the feature flag besides the setting enabling telemetry. The use of one of the Azure App Configuration provider libraries along with the Feature Management libraries is required to start collecting telemetry data.
2525

2626
### Azure App Configuration provider libraries
2727

2828
The use of an Azure App Configuration provider library that supports telemetry is required to start collecting telemetry data. When telemetry is enabled, the Azure App Configuration provider libraries add more properties to the feature flags when they're retrieved. A new object is added to the **telemetry** section of the feature flag called **metadata**. The **metadata** object contains the following properties:
2929

30-
- **AllocationID**: A unique identifier for the feature flag in its current state.
30+
- **AllocationID**: A unique identifier for the feature flag in its current state. (preview)
3131
- **ETag**: The current ETag for the feature flag.
3232
- **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>`.
3333
- **FeatureFlagId**: A unique identifier for the feature flag.
@@ -43,16 +43,16 @@ When the Feature Management libraries and the provider libraries are used togeth
4343
- **Version**: The version of this schema.
4444
- **Reason**: The reason the feature flag was enabled or disabled.
4545
- **Variant**: The variant that was selected for the feature flag.
46-
- **VariantAssignmentPercentage**: If a variant wasn't targeted specifically at the user, or one of the user's groups, this number is the Percentage chance of the user being assigned to the variant.
47-
- **DefaultWhenEnabled**: The default variant of the feature flag when it's enabled.
48-
- **AllocationID**: A unique identifier for the feature flag in its current state.
46+
- **VariantAssignmentPercentage** (preview): If a variant wasn't targeted specifically at the user, or one of the user's groups, this number is the Percentage chance of the user being assigned to the variant.
47+
- **DefaultWhenEnabled** (preview): The default variant of the feature flag when it's enabled.
48+
- **AllocationID** (preview): A unique identifier for the feature flag in its current state.
4949
- **ETag**: The current ETag for the feature flag.
5050
- **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>`.
5151
- **FeatureFlagId**: A unique identifier for the feature flag.
5252
- **TargetingId**: The ID of the user that was assigned to the variant.
5353

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

56-
## Next steps (Preview)
56+
## Next steps
5757

5858
In this tutorial, you learned about how to enable telemetry for feature flags in Azure App Configuration. To learn about how to use the telemetry data in your applications, continue to the following tutorial for your language or platform.

0 commit comments

Comments
 (0)