Skip to content

Commit 88f86d2

Browse files
Merge pull request #125360 from changeworld/patch-73
Fix typo
2 parents 6941877 + 3058c5b commit 88f86d2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-app-configuration/monitor-app-configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ When you create a diagnostic setting, you specify which categories of logs to co
9797
9898
You can analyze metrics for App Configuration with metrics from other Azure services using metrics explorer by opening **Metrics** from the **Azure Monitor** menu. See [Analyze metrics with Azure Monitor metrics explorer](/azure/azure-monitor/essentials/analyze-metrics) for details on using this tool. For App Configuration, the following metrics are collected:
9999
100-
* Http Incoming Request Count
101-
* Http Incoming Request Duration
102-
* Throttled Http Request Count (Http status code 429 Responses)
100+
* HTTP Incoming Request Count
101+
* HTTP Incoming Request Duration
102+
* Throttled HTTP Request Count (HTTP status code 429 Responses)
103103
* Daily Storage Usage
104104
* Request Quota Usage
105105
* Replication Latency
@@ -133,13 +133,13 @@ Following are sample queries that you can use to help you monitor your App Confi
133133
134134
135135
136-
* List all Http Requests in the last three days
136+
* List all HTTP Requests in the last three days
137137
```Kusto
138138
   AACHttpRequest
139139
| where TimeGenerated > ago(3d)
140140
```
141141
142-
* List all throttled requests (returned Http status code 429 for too many requests) in the last three days
142+
* List all throttled requests (returned HTTP status code 429 for too many requests) in the last three days
143143
```Kusto
144144
   AACHttpRequest
145145
| where TimeGenerated > ago(3d)

0 commit comments

Comments
 (0)