@@ -68,11 +68,12 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
68
68
"http.status_code": "200",
69
69
"peer.service": "integration-tests-python",
70
70
"_dd.p.dm": "-0",
71
- "language": "python"
71
+ "language": "python",
72
+ "_dd.peer.service.source": "peer.service",
73
+ "_dd.base_service": "integration-tests-python"
72
74
},
73
75
"metrics": {
74
76
"process_id": XXXX,
75
- "_dd.agent_psr": 1,
76
77
"_dd.top_level": 1,
77
78
"_sampling_priority_v1": 1
78
79
},
@@ -104,7 +105,8 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
104
105
"http.url": "XXXX.execute-api.us-east-2.amazonaws.com",
105
106
"http.url_details.path": "/Prod/",
106
107
"http.method": "GET",
107
- "http.status_code": "200"
108
+ "http.status_code": "200",
109
+ "_dd.base_service": "integration-tests-python"
108
110
},
109
111
"metrics": {
110
112
"_dd.top_level": 1
@@ -127,6 +129,7 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
127
129
"span.kind": "client",
128
130
"http.method": "GET",
129
131
"http.url": "https://datadoghq.com/",
132
+ "out.host": "datadoghq.com",
130
133
"http.status_code": "200",
131
134
"http.useragent": "python-requests/X.X.X"
132
135
},
@@ -152,6 +155,7 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
152
155
"span.kind": "client",
153
156
"http.method": "GET",
154
157
"http.url": "https://www.datadoghq.com/",
158
+ "out.host": "www.datadoghq.com",
155
159
"http.status_code": "200",
156
160
"http.useragent": "python-requests/X.X.X"
157
161
},
@@ -232,11 +236,12 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
232
236
"_inferred_span.tag_source": "self",
233
237
"peer.service": "integration-tests-python",
234
238
"_dd.p.dm": "-0",
235
- "language": "python"
239
+ "language": "python",
240
+ "_dd.peer.service.source": "peer.service",
241
+ "_dd.base_service": "integration-tests-python"
236
242
},
237
243
"metrics": {
238
244
"process_id": XXXX,
239
- "_dd.agent_psr": 1,
240
245
"_dd.top_level": 1,
241
246
"_sampling_priority_v1": 1
242
247
},
@@ -264,7 +269,8 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
264
269
"dd_trace": "X.X.X",
265
270
"span.name": "aws.lambda",
266
271
"function_trigger.event_source": "dynamodb",
267
- "function_trigger.event_source_arn": "XXXX"
272
+ "function_trigger.event_source_arn": "XXXX",
273
+ "_dd.base_service": "integration-tests-python"
268
274
},
269
275
"metrics": {
270
276
"_dd.top_level": 1
@@ -287,6 +293,7 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
287
293
"span.kind": "client",
288
294
"http.method": "GET",
289
295
"http.url": "https://datadoghq.com/",
296
+ "out.host": "datadoghq.com",
290
297
"http.status_code": "200",
291
298
"http.useragent": "python-requests/X.X.X"
292
299
},
@@ -312,6 +319,7 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
312
319
"span.kind": "client",
313
320
"http.method": "GET",
314
321
"http.url": "https://www.datadoghq.com/",
322
+ "out.host": "www.datadoghq.com",
315
323
"http.status_code": "200",
316
324
"http.useragent": "python-requests/X.X.X"
317
325
},
@@ -386,11 +394,12 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
386
394
"_inferred_span.tag_source": "self",
387
395
"peer.service": "integration-tests-python",
388
396
"_dd.p.dm": "-0",
389
- "language": "python"
397
+ "language": "python",
398
+ "_dd.peer.service.source": "peer.service",
399
+ "_dd.base_service": "integration-tests-python"
390
400
},
391
401
"metrics": {
392
402
"process_id": XXXX,
393
- "_dd.agent_psr": 1,
394
403
"_dd.top_level": 1,
395
404
"_sampling_priority_v1": 1
396
405
},
@@ -417,7 +426,8 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
417
426
"datadog_lambda": "X.X.X",
418
427
"dd_trace": "X.X.X",
419
428
"span.name": "aws.lambda",
420
- "function_trigger.event_source": "eventbridge"
429
+ "function_trigger.event_source": "eventbridge",
430
+ "_dd.base_service": "integration-tests-python"
421
431
},
422
432
"metrics": {
423
433
"_dd.top_level": 1
@@ -440,6 +450,7 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
440
450
"span.kind": "client",
441
451
"http.method": "GET",
442
452
"http.url": "https://datadoghq.com/",
453
+ "out.host": "datadoghq.com",
443
454
"http.status_code": "200",
444
455
"http.useragent": "python-requests/X.X.X"
445
456
},
@@ -465,6 +476,7 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
465
476
"span.kind": "client",
466
477
"http.method": "GET",
467
478
"http.url": "https://www.datadoghq.com/",
479
+ "out.host": "www.datadoghq.com",
468
480
"http.status_code": "200",
469
481
"http.useragent": "python-requests/X.X.X"
470
482
},
@@ -549,11 +561,12 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
549
561
"http.status_code": "200",
550
562
"peer.service": "integration-tests-python",
551
563
"_dd.p.dm": "-0",
552
- "language": "python"
564
+ "language": "python",
565
+ "_dd.peer.service.source": "peer.service",
566
+ "_dd.base_service": "integration-tests-python"
553
567
},
554
568
"metrics": {
555
569
"process_id": XXXX,
556
- "_dd.agent_psr": 1,
557
570
"_dd.top_level": 1,
558
571
"_sampling_priority_v1": 1
559
572
},
@@ -585,7 +598,8 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
585
598
"http.url": "XXXX.execute-api.eu-west-1.amazonaws.com",
586
599
"http.url_details.path": "/httpapi/get",
587
600
"http.method": "GET",
588
- "http.status_code": "200"
601
+ "http.status_code": "200",
602
+ "_dd.base_service": "integration-tests-python"
589
603
},
590
604
"metrics": {
591
605
"_dd.top_level": 1
@@ -608,6 +622,7 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
608
622
"span.kind": "client",
609
623
"http.method": "GET",
610
624
"http.url": "https://datadoghq.com/",
625
+ "out.host": "datadoghq.com",
611
626
"http.status_code": "200",
612
627
"http.useragent": "python-requests/X.X.X"
613
628
},
@@ -633,6 +648,7 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
633
648
"span.kind": "client",
634
649
"http.method": "GET",
635
650
"http.url": "https://www.datadoghq.com/",
651
+ "out.host": "www.datadoghq.com",
636
652
"http.status_code": "200",
637
653
"http.useragent": "python-requests/X.X.X"
638
654
},
@@ -713,11 +729,12 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
713
729
"_inferred_span.tag_source": "self",
714
730
"peer.service": "integration-tests-python",
715
731
"_dd.p.dm": "-0",
716
- "language": "python"
732
+ "language": "python",
733
+ "_dd.peer.service.source": "peer.service",
734
+ "_dd.base_service": "integration-tests-python"
717
735
},
718
736
"metrics": {
719
737
"process_id": XXXX,
720
- "_dd.agent_psr": 1,
721
738
"_dd.top_level": 1,
722
739
"_sampling_priority_v1": 1
723
740
},
@@ -745,7 +762,8 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
745
762
"dd_trace": "X.X.X",
746
763
"span.name": "aws.lambda",
747
764
"function_trigger.event_source": "kinesis",
748
- "function_trigger.event_source_arn": "XXXX"
765
+ "function_trigger.event_source_arn": "XXXX",
766
+ "_dd.base_service": "integration-tests-python"
749
767
},
750
768
"metrics": {
751
769
"_dd.top_level": 1
@@ -768,6 +786,7 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
768
786
"span.kind": "client",
769
787
"http.method": "GET",
770
788
"http.url": "https://datadoghq.com/",
789
+ "out.host": "datadoghq.com",
771
790
"http.status_code": "200",
772
791
"http.useragent": "python-requests/X.X.X"
773
792
},
@@ -793,6 +812,7 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
793
812
"span.kind": "client",
794
813
"http.method": "GET",
795
814
"http.url": "https://www.datadoghq.com/",
815
+ "out.host": "www.datadoghq.com",
796
816
"http.status_code": "200",
797
817
"http.useragent": "python-requests/X.X.X"
798
818
},
@@ -870,11 +890,12 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
870
890
"_inferred_span.tag_source": "self",
871
891
"peer.service": "integration-tests-python",
872
892
"_dd.p.dm": "-0",
873
- "language": "python"
893
+ "language": "python",
894
+ "_dd.peer.service.source": "peer.service",
895
+ "_dd.base_service": "integration-tests-python"
874
896
},
875
897
"metrics": {
876
898
"process_id": XXXX,
877
- "_dd.agent_psr": 1,
878
899
"_dd.top_level": 1,
879
900
"_sampling_priority_v1": 1
880
901
},
@@ -902,7 +923,8 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
902
923
"dd_trace": "X.X.X",
903
924
"span.name": "aws.lambda",
904
925
"function_trigger.event_source": "s3",
905
- "function_trigger.event_source_arn": "XXXX"
926
+ "function_trigger.event_source_arn": "XXXX",
927
+ "_dd.base_service": "integration-tests-python"
906
928
},
907
929
"metrics": {
908
930
"_dd.top_level": 1
@@ -925,6 +947,7 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
925
947
"span.kind": "client",
926
948
"http.method": "GET",
927
949
"http.url": "https://datadoghq.com/",
950
+ "out.host": "datadoghq.com",
928
951
"http.status_code": "200",
929
952
"http.useragent": "python-requests/X.X.X"
930
953
},
@@ -950,6 +973,7 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
950
973
"span.kind": "client",
951
974
"http.method": "GET",
952
975
"http.url": "https://www.datadoghq.com/",
976
+ "out.host": "www.datadoghq.com",
953
977
"http.status_code": "200",
954
978
"http.useragent": "python-requests/X.X.X"
955
979
},
@@ -1028,11 +1052,12 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
1028
1052
"_inferred_span.tag_source": "self",
1029
1053
"peer.service": "integration-tests-python",
1030
1054
"_dd.p.dm": "-0",
1031
- "language": "python"
1055
+ "language": "python",
1056
+ "_dd.peer.service.source": "peer.service",
1057
+ "_dd.base_service": "integration-tests-python"
1032
1058
},
1033
1059
"metrics": {
1034
1060
"process_id": XXXX,
1035
- "_dd.agent_psr": 1,
1036
1061
"_dd.top_level": 1,
1037
1062
"_sampling_priority_v1": 1
1038
1063
},
@@ -1060,7 +1085,8 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
1060
1085
"dd_trace": "X.X.X",
1061
1086
"span.name": "aws.lambda",
1062
1087
"function_trigger.event_source": "sns",
1063
- "function_trigger.event_source_arn": "XXXX"
1088
+ "function_trigger.event_source_arn": "XXXX",
1089
+ "_dd.base_service": "integration-tests-python"
1064
1090
},
1065
1091
"metrics": {
1066
1092
"_dd.top_level": 1
@@ -1083,6 +1109,7 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
1083
1109
"span.kind": "client",
1084
1110
"http.method": "GET",
1085
1111
"http.url": "https://datadoghq.com/",
1112
+ "out.host": "datadoghq.com",
1086
1113
"http.status_code": "200",
1087
1114
"http.useragent": "python-requests/X.X.X"
1088
1115
},
@@ -1108,6 +1135,7 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
1108
1135
"span.kind": "client",
1109
1136
"http.method": "GET",
1110
1137
"http.url": "https://www.datadoghq.com/",
1138
+ "out.host": "www.datadoghq.com",
1111
1139
"http.status_code": "200",
1112
1140
"http.useragent": "python-requests/X.X.X"
1113
1141
},
@@ -1185,11 +1213,12 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
1185
1213
"_inferred_span.tag_source": "self",
1186
1214
"peer.service": "integration-tests-python",
1187
1215
"_dd.p.dm": "-0",
1188
- "language": "python"
1216
+ "language": "python",
1217
+ "_dd.peer.service.source": "peer.service",
1218
+ "_dd.base_service": "integration-tests-python"
1189
1219
},
1190
1220
"metrics": {
1191
1221
"process_id": XXXX,
1192
- "_dd.agent_psr": 1,
1193
1222
"_dd.top_level": 1,
1194
1223
"_sampling_priority_v1": 1
1195
1224
},
@@ -1217,7 +1246,8 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
1217
1246
"dd_trace": "X.X.X",
1218
1247
"span.name": "aws.lambda",
1219
1248
"function_trigger.event_source": "sqs",
1220
- "function_trigger.event_source_arn": "XXXX"
1249
+ "function_trigger.event_source_arn": "XXXX",
1250
+ "_dd.base_service": "integration-tests-python"
1221
1251
},
1222
1252
"metrics": {
1223
1253
"_dd.top_level": 1
@@ -1240,6 +1270,7 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
1240
1270
"span.kind": "client",
1241
1271
"http.method": "GET",
1242
1272
"http.url": "https://datadoghq.com/",
1273
+ "out.host": "datadoghq.com",
1243
1274
"http.status_code": "200",
1244
1275
"http.useragent": "python-requests/X.X.X"
1245
1276
},
@@ -1265,6 +1296,7 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
1265
1296
"span.kind": "client",
1266
1297
"http.method": "GET",
1267
1298
"http.url": "https://www.datadoghq.com/",
1299
+ "out.host": "www.datadoghq.com",
1268
1300
"http.status_code": "200",
1269
1301
"http.useragent": "python-requests/X.X.X"
1270
1302
},
@@ -1348,11 +1380,12 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
1348
1380
"http.status_code": "200",
1349
1381
"peer.service": "integration-tests-python",
1350
1382
"_dd.p.dm": "-0",
1351
- "language": "python"
1383
+ "language": "python",
1384
+ "_dd.peer.service.source": "peer.service",
1385
+ "_dd.base_service": "integration-tests-python"
1352
1386
},
1353
1387
"metrics": {
1354
1388
"process_id": XXXX,
1355
- "_dd.agent_psr": 1,
1356
1389
"_dd.top_level": 1,
1357
1390
"_sampling_priority_v1": 1
1358
1391
},
@@ -1382,7 +1415,8 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
1382
1415
"function_trigger.event_source": "api-gateway",
1383
1416
"function_trigger.event_source_arn": "XXXX",
1384
1417
"http.url": "XXXX.execute-api.eu-west-1.amazonaws.com",
1385
- "http.status_code": "200"
1418
+ "http.status_code": "200",
1419
+ "_dd.base_service": "integration-tests-python"
1386
1420
},
1387
1421
"metrics": {
1388
1422
"_dd.top_level": 1
@@ -1405,6 +1439,7 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
1405
1439
"span.kind": "client",
1406
1440
"http.method": "GET",
1407
1441
"http.url": "https://datadoghq.com/",
1442
+ "out.host": "datadoghq.com",
1408
1443
"http.status_code": "200",
1409
1444
"http.useragent": "python-requests/X.X.X"
1410
1445
},
@@ -1430,6 +1465,7 @@ HTTP GET https://www.datadoghq.com/ Headers: ["Accept-Encoding:gzip, deflate", "
1430
1465
"span.kind": "client",
1431
1466
"http.method": "GET",
1432
1467
"http.url": "https://www.datadoghq.com/",
1468
+ "out.host": "www.datadoghq.com",
1433
1469
"http.status_code": "200",
1434
1470
"http.useragent": "python-requests/X.X.X"
1435
1471
},
0 commit comments