@@ -73,7 +73,6 @@ private void ReportRequestDurationMetric(Activity activity, string statusCodeAtt
7373 tags . Add ( new KeyValuePair < string , object > ( StandardMetricConstants . RequestResultCodeKey , statusCodeAttributeValue ) ) ;
7474 tags . Add ( new KeyValuePair < string , object > ( StandardMetricConstants . MetricIdKey , StandardMetricConstants . RequestDurationMetricIdValue ) ) ;
7575 tags . Add ( new KeyValuePair < string , object > ( StandardMetricConstants . IsAutoCollectedKey , "True" ) ) ;
76- tags . Add ( new KeyValuePair < string , object > ( StandardMetricConstants . IsSyntheticKey , "False" ) ) ;
7776 tags . Add ( new KeyValuePair < string , object > ( StandardMetricConstants . CloudRoleInstanceKey , StandardMetricResource . RoleInstance ) ) ;
7877 tags . Add ( new KeyValuePair < string , object > ( StandardMetricConstants . CloudRoleNameKey , StandardMetricResource . RoleName ) ) ;
7978 tags . Add ( new KeyValuePair < string , object > ( StandardMetricConstants . RequestSuccessKey , RequestData . isSuccess ( activity , statusCodeAttributeValue , OperationType . Http ) ) ) ;
@@ -97,7 +96,6 @@ private void ReportDependencyDurationMetric(Activity activity)
9796 tags . Add ( new KeyValuePair < string , object > ( StandardMetricConstants . DependencyResultCodeKey , statusCode ) ) ;
9897 tags . Add ( new KeyValuePair < string , object > ( StandardMetricConstants . MetricIdKey , StandardMetricConstants . DependencyDurationMetricIdValue ) ) ;
9998 tags . Add ( new KeyValuePair < string , object > ( StandardMetricConstants . IsAutoCollectedKey , "True" ) ) ;
100- tags . Add ( new KeyValuePair < string , object > ( StandardMetricConstants . IsSyntheticKey , "False" ) ) ;
10199 tags . Add ( new KeyValuePair < string , object > ( StandardMetricConstants . CloudRoleInstanceKey , StandardMetricResource . RoleInstance ) ) ;
102100 tags . Add ( new KeyValuePair < string , object > ( StandardMetricConstants . CloudRoleNameKey , StandardMetricResource . RoleName ) ) ;
103101 tags . Add ( new KeyValuePair < string , object > ( StandardMetricConstants . DependencySuccessKey , activity . Status != ActivityStatusCode . Error ) ) ;
0 commit comments