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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,26 +52,26 @@ These types of questions can be answered through the emission and analysis of fe
52
52
*[Python](./howto-telemetry-python.md)
53
53
*[JavaScript](./howto-telemetry-javascript.md)
54
54
55
-
## Review telemetry for feature flag
55
+
## Review telemetry for the feature flag
56
56
57
-
1. Navigate to the Application Insights blade in your Azure portal or monitoring dashboard. 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'll see a graph displaying all events from your application. This provides an initial overview of activity patterns.
58
58
> [!div class="mx-imgBorder"]
59
59
> 
60
60
61
61
1. Use the time range selector to focus on specific periods. This helps identify trends or investigate particular timeframes of interest.
62
62
63
-
1. Filter by Feature Flag
63
+
1. Filter by feature Flag
64
64
- Click on the dropdown menu above the event graph
65
-
- Under **"Feature flags with events"** select your feature flag
65
+
- Under **Feature flags with events** select your feature flag
66
66
- The graph will now display only events related to the feature flag's evaluations
67
67
> [!div class="mx-imgBorder"]
68
68
> 
69
69
70
-
1. To access more detailed telemetry, click **"View details"** to open the telemetry tab.
70
+
1. To access more detailed telemetry, click **View details** to open the telemetry tab.
71
71
> [!div class="mx-imgBorder"]
72
72
> 
73
73
74
-
You can also access this tab by going to the feature manager and clicking **"View events"** in the telemetry column for the feature flag of interest.
74
+
You can also access this tab by going to the **Feature manager** and clicking **View events** in the telemetry column for the feature flag of interest.
75
75
> [!div class="mx-imgBorder"]
76
76
> 
0 commit comments