File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -258,6 +258,7 @@ def test_extract_trigger_tags_api_gateway(self):
258
258
"http.url" : "70ixmpl4fl.execute-api.us-east-2.amazonaws.com" ,
259
259
"http.url_details.path" : "/prod/path/to/resource" ,
260
260
"http.method" : "POST" ,
261
+ "http.route" : "/{proxy+}"
261
262
},
262
263
)
263
264
@@ -276,6 +277,8 @@ def test_extract_trigger_tags_api_gateway_non_proxy(self):
276
277
"http.url" : "lgxbo6a518.execute-api.eu-west-1.amazonaws.com" ,
277
278
"http.url_details.path" : "/dev/http/get" ,
278
279
"http.method" : "GET" ,
280
+ "http.route" : "/http/get" ,
281
+
279
282
},
280
283
)
281
284
@@ -342,6 +345,7 @@ def test_extract_trigger_tags_api_gateway_http_api(self):
342
345
"http.url" : "x02yirxc7a.execute-api.eu-west-1.amazonaws.com" ,
343
346
"http.url_details.path" : "/httpapi/get" ,
344
347
"http.method" : "GET" ,
348
+ "http.route" : "GET /httpapi/get"
345
349
},
346
350
)
347
351
You can’t perform that action at this time.
0 commit comments