Skip to content

Commit bce6721

Browse files
Merge pull request #277227 from AaronMaxwell/aaronmax-SyntheticSource
Correcting SyntheticSource in tables
2 parents a6cb26d + 456fe57 commit bce6721

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ Legacy table: availabilityResults
455455
|operation_Id|string|OperationId|string|
456456
|operation_Name|string|OperationName|string|
457457
|operation_ParentId|string|ParentId|string|
458-
|operation_SyntheticSource|string|OperationSyntheticSource|string|
458+
|operation_SyntheticSource|string|SyntheticSource|string|
459459
|performanceBucket|string|PerformanceBucket|string|
460460
|sdkVersion|string|SDKVersion|string|
461461
|session_Id|string|SessionId|string|
@@ -496,7 +496,7 @@ Legacy table: browserTimings
496496
|operation_Id|string|OperationId|string|
497497
|operation_Name|string|OperationName|string|
498498
|operation_ParentId|string|ParentId|string|
499-
|operation_SyntheticSource|string|OperationSyntheticSource|string|
499+
|operation_SyntheticSource|string|SyntheticSource|string|
500500
|performanceBucket|string|PerformanceBucket|string|
501501
|processingDuration|real|ProcessingDurationMs|real|
502502
|receiveDuration|real|ReceiveDurationMs|real|
@@ -542,7 +542,7 @@ Legacy table: dependencies
542542
|operation_Id|string|OperationId|string|
543543
|operation_Name|string|OperationName|string|
544544
|operation_ParentId|string|ParentId|string|
545-
|operation_SyntheticSource|string|OperationSyntheticSource|string|
545+
|operation_SyntheticSource|string|SyntheticSource|string|
546546
|performanceBucket|string|PerformanceBucket|string|
547547
|resultCode|string|ResultCode|string|
548548
|sdkVersion|string|SDKVersion|string|
@@ -584,7 +584,7 @@ Legacy table: customEvents
584584
|operation_Id|string|OperationId|string|
585585
|operation_Name|string|OperationName|string|
586586
|operation_ParentId|string|ParentId|string|
587-
|operation_SyntheticSource|string|OperationSyntheticSource|string|
587+
|operation_SyntheticSource|string|SyntheticSource|string|
588588
|sdkVersion|string|SDKVersion|string|
589589
|session_Id|string|SessionId|string|
590590
|timestamp|datetime|TimeGenerated|datetime|
@@ -619,7 +619,7 @@ Legacy table: customMetrics
619619
|operation_Id|string|OperationId|string|
620620
|operation_Name|string|OperationName|string|
621621
|operation_ParentId|string|ParentId|string|
622-
|operation_SyntheticSource|string|OperationSyntheticSource|string|
622+
|operation_SyntheticSource|string|SyntheticSource|string|
623623
|sdkVersion|string|SDKVersion|string|
624624
|session_Id|string|SessionId|string|
625625
|timestamp|datetime|TimeGenerated|datetime|
@@ -666,7 +666,7 @@ Legacy table: pageViews
666666
|operation_Id|string|OperationId|string|
667667
|operation_Name|string|OperationName|string|
668668
|operation_ParentId|string|ParentId|string|
669-
|operation_SyntheticSource|string|OperationSyntheticSource|string|
669+
|operation_SyntheticSource|string|SyntheticSource|string|
670670
|performanceBucket|string|PerformanceBucket|string|
671671
|sdkVersion|string|SDKVersion|string|
672672
|session_Id|string|SessionId|string|
@@ -706,7 +706,7 @@ Legacy table: performanceCounters
706706
|operation_Id|string|OperationId|string|
707707
|operation_Name|string|OperationName|string|
708708
|operation_ParentId|string|ParentId|string|
709-
|operation_SyntheticSource|string|OperationSyntheticSource|string|
709+
|operation_SyntheticSource|string|SyntheticSource|string|
710710
|sdkVersion|string|SDKVersion|string|
711711
|session_Id|string|SessionId|string|
712712
|timestamp|datetime|TimeGenerated|datetime|
@@ -746,7 +746,7 @@ Legacy table: requests
746746
|operation_Id|string|OperationId|string|
747747
|operation_Name|string|OperationName|string|
748748
|operation_ParentId|string|ParentId|string|
749-
|operation_SyntheticSource|string|OperationSyntheticSource|string|
749+
|operation_SyntheticSource|string|SyntheticSource|string|
750750
|performanceBucket|string|PerformanceBucket|String|
751751
|resultCode|string|ResultCode|String|
752752
|sdkVersion|string|SDKVersion|string|
@@ -796,7 +796,7 @@ Legacy table: exceptions
796796
|operation_Id|string|OperationId|string|
797797
|operation_Name|string|OperationName|string|
798798
|operation_ParentId|string|ParentId|string|
799-
|operation_SyntheticSource|string|OperationSyntheticSource|string|
799+
|operation_SyntheticSource|string|SyntheticSource|string|
800800
|outerAssembly|string|OuterAssembly|string|
801801
|outerMessage|string|OuterMessage|string|
802802
|outerMethod|string|OuterMethod|string|
@@ -840,7 +840,7 @@ Legacy table: traces
840840
|operation_Id|string|OperationId|string|
841841
|operation_Name|string|OperationName|string|
842842
|operation_ParentId|string|ParentId|string|
843-
|operation_SyntheticSource|string|OperationSyntheticSource|string|
843+
|operation_SyntheticSource|string|SyntheticSource|string|
844844
|sdkVersion|string|SDKVersion|string|
845845
|session_Id|string|SessionId|string|
846846
|severityLevel|int|SeverityLevel|int|

0 commit comments

Comments
 (0)