Skip to content

Commit e735a3e

Browse files
authored
Merge pull request #112584 from rboucher/patch-3
fix ResponseTime to HttpResponseTime in Microsoft.Web/sites excluding…
2 parents ac40c10 + 7c5340e commit e735a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/platform/metrics-supported.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2401,7 +2401,7 @@ The metrics are organized by namespace. For a list of services and the namespace
24012401
|Http5xx|Http Server Errors|Count|Total|Http Server Errors|Instance|
24022402
|MemoryWorkingSet|Memory working set|Bytes|Average|Memory working set|Instance|
24032403
|AverageMemoryWorkingSet|Average memory working set|Bytes|Average|Average memory working set|Instance|
2404-
|ResponseTime|Response Time|Seconds|Total|Response Time|Instance|
2404+
|HttpResponseTime|Response Time|Seconds|Total|Response Time|Instance|
24052405
|AverageResponseTime|Average Response Time (deprecated)|Seconds|Average|Average Response Time|Instance|
24062406
|AppConnections|Connections|Count|Average|Connections|Instance|
24072407
|Handles|Handle Count|Count|Average|Handle Count|Instance|

0 commit comments

Comments
 (0)