Skip to content

Commit 20d6da2

Browse files
authored
Correcting valueCount mapping
valueCount field in classic components is ItemCount in Workspace components. See https://learn.microsoft.com/en-us/azure/azure-monitor/reference/tables/appmetrics. Need to fix the reference here.
1 parent e53b92e commit 20d6da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/convert-classic-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ Legacy table: customMetrics
566566
|user_AuthenticatedId|string|UserAuthenticatedId|string|
567567
|user_Id|string|UserId|string|
568568
|value|real|(removed)||
569-
|valueCount|int|ValueCount|int|
569+
|valueCount|int|ItemCount|int|
570570
|valueMax|real|ValueMax|real|
571571
|valueMin|real|ValueMin|real|
572572
|valueSum|real|ValueSum|real|

0 commit comments

Comments
 (0)