From 54908d643352dc741502d775ed29b7598ba45ee2 Mon Sep 17 00:00:00 2001 From: Xinran Zhang Date: Wed, 28 Aug 2024 13:35:40 -0700 Subject: [PATCH] fix value v2 --- .../dotnet/eks/aws-sdk-call-log.mustache | 2 +- .../dotnet/eks/outgoing-http-call-log.mustache | 2 +- .../dotnet/eks/remote-service-log.mustache | 2 +- .../dotnet/eks/remote-service-metric.mustache | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/validator/src/main/resources/expected-data-template/dotnet/eks/aws-sdk-call-log.mustache b/validator/src/main/resources/expected-data-template/dotnet/eks/aws-sdk-call-log.mustache index ece6a4816..5abb42f8f 100644 --- a/validator/src/main/resources/expected-data-template/dotnet/eks/aws-sdk-call-log.mustache +++ b/validator/src/main/resources/expected-data-template/dotnet/eks/aws-sdk-call-log.mustache @@ -25,7 +25,7 @@ "K8s.Workload": "^dotnet-app-deployment-{{testingId}}$", "PlatformType": "^AWS::EKS$", "Service": "^{{serviceName}}$", - "Operation": "GET /aws-sdk-call", + "Operation": "GET aws-sdk-call", "Version": "^1$", "RemoteService": "AWS::S3", "RemoteOperation": "GetBucketLocation", diff --git a/validator/src/main/resources/expected-data-template/dotnet/eks/outgoing-http-call-log.mustache b/validator/src/main/resources/expected-data-template/dotnet/eks/outgoing-http-call-log.mustache index 65c5bb307..9f8e99c11 100644 --- a/validator/src/main/resources/expected-data-template/dotnet/eks/outgoing-http-call-log.mustache +++ b/validator/src/main/resources/expected-data-template/dotnet/eks/outgoing-http-call-log.mustache @@ -9,7 +9,7 @@ "K8s.Workload": "^dotnet-app-deployment-{{testingId}}$", "PlatformType": "^AWS::EKS$", "Service": "^{{serviceName}}$", - "Operation": "GET /outgoing-http-call", + "Operation": "GET outgoing-http-call", "Version": "^1$", "Telemetry.Source": "^LocalRootSpan$", "Host": "^ip(-[0-9]{1,3}){4}.*$" diff --git a/validator/src/main/resources/expected-data-template/dotnet/eks/remote-service-log.mustache b/validator/src/main/resources/expected-data-template/dotnet/eks/remote-service-log.mustache index d32e68b4b..18ad73967 100644 --- a/validator/src/main/resources/expected-data-template/dotnet/eks/remote-service-log.mustache +++ b/validator/src/main/resources/expected-data-template/dotnet/eks/remote-service-log.mustache @@ -9,7 +9,7 @@ "K8s.Workload": "^dotnet-app-deployment-{{testingId}}$", "PlatformType": "^AWS::EKS$", "Service": "^{{serviceName}}$", - "Operation": "GET /remote-service", + "Operation": "GET remote-service", "Version": "^1$", "Telemetry.Source": "^LocalRootSpan$", "Host": "^ip(-[0-9]{1,3}){4}.*$" diff --git a/validator/src/main/resources/expected-data-template/dotnet/eks/remote-service-metric.mustache b/validator/src/main/resources/expected-data-template/dotnet/eks/remote-service-metric.mustache index 3a3a1207c..85e453739 100644 --- a/validator/src/main/resources/expected-data-template/dotnet/eks/remote-service-metric.mustache +++ b/validator/src/main/resources/expected-data-template/dotnet/eks/remote-service-metric.mustache @@ -41,7 +41,7 @@ value: eks:{{platformInfo}}/{{appNamespace}} - name: Operation - value: GET /healthcheck + value: GET healthcheck - name: Service value: {{remoteServiceDeploymentName}} @@ -210,7 +210,7 @@ value: eks:{{platformInfo}}/{{appNamespace}} - name: Operation - value: GET /healthcheck + value: GET healthcheck - name: Service value: {{remoteServiceDeploymentName}} @@ -379,7 +379,7 @@ value: eks:{{platformInfo}}/{{appNamespace}} - name: Operation - value: GET /healthcheck + value: GET healthcheck - name: Service value: {{remoteServiceDeploymentName}}