Skip to content

Commit 9be9df2

Browse files
committed
[EKS] Add inferred node back to client-call trace
1 parent e2e46ef commit 9be9df2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

validator/src/main/resources/expected-data-template/eks/client-call-trace.mustache

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,20 @@
3838
"namespace": "^remote$"
3939
}
4040
]
41+
},
42+
{
43+
"name": "^local-root-client-call$",
44+
"http": {
45+
"request": {
46+
"url": "^http://local-root-client-call$",
47+
"method": "^GET$"
48+
},
49+
"response": {
50+
"content_length": 0
51+
}
52+
},
53+
"annotations": {
54+
"aws.local.service": "^local-root-client-call$",
55+
"aws.local.operation": "^GET /$"
56+
}
4157
}]

0 commit comments

Comments
 (0)