File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-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):
258258 "http.url" : "70ixmpl4fl.execute-api.us-east-2.amazonaws.com" ,
259259 "http.url_details.path" : "/prod/path/to/resource" ,
260260 "http.method" : "POST" ,
261+ "http.route" : "/{proxy+}" ,
261262 },
262263 )
263264
@@ -276,6 +277,7 @@ def test_extract_trigger_tags_api_gateway_non_proxy(self):
276277 "http.url" : "lgxbo6a518.execute-api.eu-west-1.amazonaws.com" ,
277278 "http.url_details.path" : "/dev/http/get" ,
278279 "http.method" : "GET" ,
280+ "http.route" : "/http/get" ,
279281 },
280282 )
281283
@@ -342,6 +344,7 @@ def test_extract_trigger_tags_api_gateway_http_api(self):
342344 "http.url" : "x02yirxc7a.execute-api.eu-west-1.amazonaws.com" ,
343345 "http.url_details.path" : "/httpapi/get" ,
344346 "http.method" : "GET" ,
347+ "http.route" : "GET /httpapi/get" ,
345348 },
346349 )
347350
You can’t perform that action at this time.
0 commit comments