@@ -500,7 +500,7 @@ Legacy table: availabilityResults
500
500
| :---| :---| :---| :---|
501
501
| appId| string| ResourceGUID| string|
502
502
| application_Version| string| AppVersion| string|
503
- | appName| string| \_ ResourceId | string |
503
+ | appName| string| \( removed) | |
504
504
| client_Browser| string| ClientBrowser| string|
505
505
| client_City| string| ClientCity| string|
506
506
| client_CountryOrRegion| string| ClientCountryOrRegion| string|
@@ -517,7 +517,7 @@ Legacy table: availabilityResults
517
517
| ` id ` | string| ` Id ` | string|
518
518
| ` iKey ` | string| ` IKey ` | string|
519
519
| itemCount| int| ItemCount| int|
520
- | itemId| string| \_ ItemId | string |
520
+ | itemId| string| \( removed) | |
521
521
| itemType| string| Type| String|
522
522
| location| string| Location| string|
523
523
| message| string| Message| string|
@@ -544,7 +544,7 @@ Legacy table: browserTimings
544
544
| :---| :---| :---| :---|
545
545
| appId| string| ResourceGUID| string|
546
546
| application_Version| string| AppVersion| string|
547
- | appName| string| \_ ResourceId | string |
547
+ | appName| string| \( removed) | |
548
548
| client_Browser| string| ClientBrowser| string|
549
549
| client_City| string| ClientCity| string|
550
550
| client_CountryOrRegion| string| ClientCountryOrRegion| string|
@@ -559,7 +559,7 @@ Legacy table: browserTimings
559
559
| customMeasurements| dynamic| Measurements| Dynamic|
560
560
| ` iKey ` | string| ` IKey ` | string|
561
561
| itemCount| int| ItemCount| int|
562
- | itemId| string| \_ ItemId | string |
562
+ | itemId| string| \( removed) | |
563
563
| itemType| string| Type| string|
564
564
| name| string| Name| datetime|
565
565
| networkDuration| real| NetworkDurationMs| real|
@@ -588,7 +588,7 @@ Legacy table: dependencies
588
588
| :---| :---| :---| :---|
589
589
| appId| string| ResourceGUID| string|
590
590
| application_Version| string| AppVersion| string|
591
- | appName| string| \_ ResourceId | string |
591
+ | appName| string| \( removed) | |
592
592
| client_Browser| string| ClientBrowser| string|
593
593
| client_City| string| ClientCity| string|
594
594
| client_CountryOrRegion| string| ClientCountryOrRegion| string|
@@ -606,7 +606,7 @@ Legacy table: dependencies
606
606
| ` id ` | string| ` Id ` | string|
607
607
| ` iKey ` | string| ` IKey ` | string|
608
608
| itemCount| int| ItemCount| int|
609
- | itemId| string| \_ ItemId | string |
609
+ | itemId| string| \( removed) | |
610
610
| itemType| string| Type| String|
611
611
| name| string| Name| string|
612
612
| operation_Id| string| OperationId| string|
@@ -633,7 +633,7 @@ Legacy table: customEvents
633
633
| :---| :---| :---| :---|
634
634
| appId| string| ResourceGUID| string|
635
635
| application_Version| string| AppVersion| string|
636
- | appName| string| \_ ResourceId | string |
636
+ | appName| string| \( removed) | |
637
637
| client_Browser| string| ClientBrowser| string|
638
638
| client_City| string| ClientCity| string|
639
639
| client_CountryOrRegion| string| ClientCountryOrRegion| string|
@@ -648,7 +648,7 @@ Legacy table: customEvents
648
648
| customMeasurements| dynamic| Measurements| Dynamic|
649
649
| ` iKey ` | string| ` IKey ` | string|
650
650
| itemCount| int| ItemCount| int|
651
- | itemId| string| \_ ItemId | string |
651
+ | itemId| string| \( removed) | |
652
652
| itemType| string| Type| string|
653
653
| name| string| Name| string|
654
654
| operation_Id| string| OperationId| string|
@@ -670,7 +670,7 @@ Legacy table: customMetrics
670
670
| :---| :---| :---| :---|
671
671
| appId| string| ResourceGUID| string|
672
672
| application_Version| string| AppVersion| string|
673
- | appName| string| \_ ResourceId | string |
673
+ | appName| string| \( removed) | |
674
674
| client_Browser| string| ClientBrowser| string|
675
675
| client_City| string| ClientCity| string|
676
676
| client_CountryOrRegion| string| ClientCountryOrRegion| string|
@@ -683,7 +683,7 @@ Legacy table: customMetrics
683
683
| cloud_RoleName| string| AppRoleName| string|
684
684
| customDimensions| dynamic| Properties| Dynamic|
685
685
| ` iKey ` | string| ` IKey ` | string|
686
- | itemId| string| \_ ItemId | string |
686
+ | itemId| string| \( removed) | |
687
687
| itemType| string| Type| string|
688
688
| name| string| Name| string|
689
689
| operation_Id| string| OperationId| string|
@@ -698,9 +698,10 @@ Legacy table: customMetrics
698
698
| user_Id| string| UserId| string|
699
699
| value| real| (removed)||
700
700
| valueCount| int| ItemCount| int|
701
- | valueMax| real| ValueMax| real|
702
- | valueMin| real| ValueMin| real|
703
- | valueSum| real| ValueSum| real|
701
+ | valueMax| real| Max| real|
702
+ | valueMin| real| Min| real|
703
+ | valueSum| real| Sum| real|
704
+ | valueStdDev| real| (removed)||
704
705
705
706
> [ !NOTE]
706
707
> Older versions of Application Insights SDKs are used to report standard deviation (` valueStdDev ` ) in the metrics pre-aggregation. Because adoption in metrics analysis was light, the field was removed and is no longer aggregated by the SDKs. If the value is received by the Application Insights data collection endpoint, it's dropped during ingestion and isn't sent to the Log Analytics workspace. If you want to use standard deviation in your analysis, use queries against Application Insights raw events.
@@ -713,7 +714,7 @@ Legacy table: pageViews
713
714
| :---| :---| :---| :---|
714
715
| appId| string| ResourceGUID| string|
715
716
| application_Version| string| AppVersion| string|
716
- | appName| string| \_ ResourceId | string |
717
+ | appName| string| \( removed) | |
717
718
| client_Browser| string| ClientBrowser| string|
718
719
| client_City| string| ClientCity| string|
719
720
| client_CountryOrRegion| string| ClientCountryOrRegion| string|
@@ -730,7 +731,7 @@ Legacy table: pageViews
730
731
| ` id ` | string| ` Id ` | string|
731
732
| ` iKey ` | string| ` IKey ` | string|
732
733
| itemCount| int| ItemCount| int|
733
- | itemId| string| \_ ItemId | string |
734
+ | itemId| string| \( removed) | |
734
735
| itemType| string| Type| String|
735
736
| name| string| Name| string|
736
737
| operation_Id| string| OperationId| string|
@@ -754,7 +755,7 @@ Legacy table: performanceCounters
754
755
| :---| :---| :---| :---|
755
756
| appId| string| ResourceGUID| string|
756
757
| application_Version| string| AppVersion| string|
757
- | appName| string| \_ ResourceId | string |
758
+ | appName| string| \( removed) | |
758
759
| category| string| Category| string|
759
760
| client_Browser| string| ClientBrowser| string|
760
761
| client_City| string| ClientCity| string|
@@ -770,7 +771,7 @@ Legacy table: performanceCounters
770
771
| customDimensions| dynamic| Properties| Dynamic|
771
772
| ` iKey ` | string| ` IKey ` | string|
772
773
| instance| string| Instance| string|
773
- | itemId| string| \_ ItemId | string |
774
+ | itemId| string| \( removed) | |
774
775
| itemType| string| Type| string|
775
776
| name| string| Name| string|
776
777
| operation_Id| string| OperationId| string|
@@ -793,7 +794,7 @@ Legacy table: requests
793
794
| :---| :---| :---| :---|
794
795
| appId| string| ResourceGUID| string|
795
796
| application_Version| string| AppVersion| string|
796
- | appName| string| \_ ResourceId | string |
797
+ | appName| string| \( removed) | |
797
798
| client_Browser| string| ClientBrowser| string|
798
799
| client_City| string| ClientCity| string|
799
800
| client_CountryOrRegion| string| ClientCountryOrRegion| string|
@@ -810,7 +811,7 @@ Legacy table: requests
810
811
| ` id ` | string| ` Id ` | String|
811
812
| ` iKey ` | string| ` IKey ` | string|
812
813
| itemCount| int| ItemCount| int|
813
- | itemId| string| \_ ItemId | string |
814
+ | itemId| string| \( removed) | |
814
815
| itemType| string| Type| String|
815
816
| name| string| Name| String|
816
817
| operation_Id| string| OperationId| string|
@@ -837,7 +838,7 @@ Legacy table: exceptions
837
838
| :---| :---| :---| :---|
838
839
| appId| string| ResourceGUID| string|
839
840
| application_Version| string| AppVersion| string|
840
- | appName| string| \_ ResourceId | string |
841
+ | appName| string| \( removed) | |
841
842
| assembly| string| Assembly| string|
842
843
| client_Browser| string| ClientBrowser| string|
843
844
| client_City| string| ClientCity| string|
@@ -859,7 +860,7 @@ Legacy table: exceptions
859
860
| innermostMethod| string| InnermostMethod| string|
860
861
| innermostType| string| InnermostType| string|
861
862
| itemCount| int| ItemCount| int|
862
- | itemId| string| \_ ItemId | string |
863
+ | itemId| string| \( removed) | |
863
864
| itemType| string| Type| string|
864
865
| message| string| Message| string|
865
866
| method| string| Method| string|
@@ -889,7 +890,7 @@ Legacy table: traces
889
890
| :---| :---| :---| :---|
890
891
| appId| string| ResourceGUID| string|
891
892
| application_Version| string| AppVersion| string|
892
- | appName| string| \_ ResourceId | string |
893
+ | appName| string| \( removed) | |
893
894
| client_Browser| string| ClientBrowser| string|
894
895
| client_City| string| ClientCity| string|
895
896
| client_CountryOrRegion| string| ClientCountryOrRegion| string|
@@ -904,7 +905,7 @@ Legacy table: traces
904
905
| customMeasurements| dynamic| Measurements| dynamic|
905
906
| ` iKey ` | string| ` IKey ` | string|
906
907
| itemCount| int| ItemCount| int|
907
- | itemId| string| \_ ItemId | string |
908
+ | itemId| string| \( removed) | |
908
909
| itemType| string| Type| string|
909
910
| message| string| Message| string|
910
911
| operation_Id| string| OperationId| string|
0 commit comments