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: articles/azure-app-configuration/howto-telemetry.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,11 +54,11 @@ These types of questions can be answered through the emission and analysis of fe
54
54
55
55
## Review telemetry for the feature flag
56
56
57
-
1. Navigate to the **Application Insights** blade in the App Configuration portal. You'll see a graph displaying all events from your application. This provides an initial overview of activity patterns.
57
+
1. Navigate to the **Application Insights** blade in the App Configuration portal. You should see a graph displaying all events from your application. This graph provides an initial overview of activity patterns.
58
58
> [!div class="mx-imgBorder"]
59
59
> 
60
60
61
-
1. Use the time range selector to focus on specific periods. This helps identify trends or investigate particular timeframes of interest.
61
+
1. Use the time range selector to focus on specific periods to identify trends or investigate particular timeframes of interest.
62
62
63
63
1. Filter by feature Flag
64
64
- Click on the dropdown menu above the event graph
@@ -85,23 +85,23 @@ These types of questions can be answered through the emission and analysis of fe
85
85
86
86
**Verify variant assignments**
87
87
88
-
In order to show the distribution of users and number of evaluations across Simple, Long, and None variants, group the metrics by Variant. This will enable you see whether the configured allocations are working as expected, and that all expected variants are being served to users.
88
+
In order to show the distribution of users and number of evaluations across Simple, Long, and None variants, group the metrics by Variant. This grouping enables you to see whether the configured allocations are working as expected, and that all expected variants are being served to users.
89
89
90
90
> [!div class="mx-imgBorder"]
91
91
> 
92
92
93
93
In this example, we see that the number of users assigned the "None" variant is almost twice that of the "Simple" and "Long" variants given the configured 50-25-25 percentile split between "None", "Simple" and "Long" respectively.
94
94
95
95
96
-
**Confirm overrides and behaviour based on flag state**
97
-
- Users may be assigned a variant for different reasons so you would want to ensure that your variant assignments are not only in the right proportion, but also for the right reason. You can view this by grouping metrics by assignment reason. In this example, we will see that the only assignment reason is solely due to Percentile allocations.
96
+
**Confirm overrides and behavior based on flag state**
97
+
- Users may receive a variant for different reasons. You want to ensure that your variant assignments aren't only in the right proportion, but also for the right reason. You can group metrics by assignment reason. In this example, we see that the only assignment reason is solely due to Percentile allocations.
98
98
99
99
> [!div class="mx-imgBorder"]
100
100
> 
101
101
102
102
- Disable the feature flag by going to the feature manager and toggling the feature flag "Enable" switch.
103
-
- In the telemetry column click "View events" to go to telemetry tab in read-only mode.
104
-
- View Unique user count by Variant. You will see that all assignments for Long and Simple go to zero, and only the default variant (which is None in our case) is the only variant being assigned to users.
103
+
- In the telemetry column, click **View events** to go to telemetry tab in read-only mode.
104
+
- View Unique user count by Variant. You should see that all assignments for Long and Simple go to zero. Only the None variant, which is the default in our case, is assigned to users.
105
105
> [!div class="mx-imgBorder"]
106
106
> 
107
107
@@ -114,7 +114,7 @@ These types of questions can be answered through the emission and analysis of fe
114
114
115
115
## Analyze in Application Insights
116
116
117
-
Now that we have confirmed the feature flag allocations are working as expected, we would want to dive deeper into the telemetry events to see how different variants are performing based on the likes emitted for users.
117
+
Now that you have confirmed the feature flag allocations are working as expected, you can dive deeper into the telemetry events to see how different variants are performing based on the likes emitted for users.
118
118
119
119
1. Open your Application Insights resource in the Azure portal and select **Logs** under **Monitoring**. In the query window, run the following query to see the telemetry events:
0 commit comments