Skip to content

Commit 851341b

Browse files
committed
final change 🤞
1 parent 7397ae2 commit 851341b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎validator/src/main/resources/expected-data-template/dotnet/ec2/default/remote-service-trace.mustache‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"annotations": {
6262
"aws.local.service": "^{{remoteServiceName}}$",
63-
"aws.local.operation": "^GET /healthcheck$",
63+
"aws.local.operation": "^GET healthcheck$",
6464
"aws.local.environment": "^ec2:default$"
6565
},
6666
"metadata": {

‎validator/src/main/resources/expected-data-template/dotnet/ec2/windows/remote-service-trace.mustache‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"annotations": {
6262
"aws.local.service": "^{{remoteServiceName}}$",
63-
"aws.local.operation": "^GET /healthcheck$",
63+
"aws.local.operation": "^GET healthcheck$",
6464
"aws.local.environment": "^ec2:default$"
6565
},
6666
"metadata": {

‎validator/src/main/resources/expected-data-template/dotnet/eks/linux/remote-service-trace.mustache‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"annotations": {
6969
"aws.local.service": "^{{remoteServiceDeploymentName}}$",
70-
"aws.local.operation": "^GET /healthcheck$",
70+
"aws.local.operation": "^GET healthcheck$",
7171
"aws.local.environment": "^eks:{{platformInfo}}/{{appNamespace}}$"
7272
},
7373
"metadata": {

‎validator/src/main/resources/expected-data-template/dotnet/k8s/remote-service-trace.mustache‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"annotations": {
6565
"aws.local.service": "^{{remoteServiceDeploymentName}}$",
66-
"aws.local.operation": "^GET /healthcheck$",
66+
"aws.local.operation": "^GET healthcheck$",
6767
"aws.local.environment": "^k8s:{{platformInfo}}/{{appNamespace}}$"
6868
},
6969
"metadata": {

0 commit comments

Comments
 (0)