File tree 1 file changed +3
-0
lines changed
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):
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,7 @@ 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" ,
279
281
},
280
282
)
281
283
@@ -342,6 +344,7 @@ def test_extract_trigger_tags_api_gateway_http_api(self):
342
344
"http.url" : "x02yirxc7a.execute-api.eu-west-1.amazonaws.com" ,
343
345
"http.url_details.path" : "/httpapi/get" ,
344
346
"http.method" : "GET" ,
347
+ "http.route" : "GET /httpapi/get" ,
345
348
},
346
349
)
347
350
You can’t perform that action at this time.
0 commit comments