We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ed1cf commit b54fec6Copy full SHA for b54fec6
validator/src/main/resources/expected-data-template/java/ec2/adot-sigv4/outgoing-http-call-trace.mustache
@@ -16,7 +16,8 @@
16
"span.kind": "^SERVER$"
17
},
18
"metadata": {
19
- "http.url": "^{{endpoint}}/outgoing-http-call$",
+ "server.address": "localhost"
20
+ "url.path": "^/outgoing-http-call$",
21
"http.request.method": "^GET$",
22
"http.route": "^/outgoing-http-call$",
23
"service.name": "^{{serviceName}}$",
0 commit comments