From 8ffd69fb4c09062f1e08b2253ac19db464c4f21b Mon Sep 17 00:00:00 2001 From: Xinran Zhang Date: Wed, 28 Aug 2024 13:21:16 -0700 Subject: [PATCH] fix value --- .../dotnet/eks/aws-sdk-call-metric.mustache | 6 +++--- .../dotnet/eks/aws-sdk-call-trace.mustache | 2 +- .../dotnet/eks/client-call-metric.mustache | 6 +++--- .../dotnet/eks/outgoing-http-call-metric.mustache | 6 +++--- .../dotnet/eks/outgoing-http-call-trace.mustache | 2 +- .../dotnet/eks/remote-service-metric.mustache | 2 +- .../dotnet/eks/remote-service-trace.mustache | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/validator/src/main/resources/expected-data-template/dotnet/eks/aws-sdk-call-metric.mustache b/validator/src/main/resources/expected-data-template/dotnet/eks/aws-sdk-call-metric.mustache index 54baa2260..3b53d5468 100644 --- a/validator/src/main/resources/expected-data-template/dotnet/eks/aws-sdk-call-metric.mustache +++ b/validator/src/main/resources/expected-data-template/dotnet/eks/aws-sdk-call-metric.mustache @@ -4,7 +4,7 @@ dimensions: - name: Operation - value: GET /aws-sdk-call + value: GET aws-sdk-call - name: Service value: {{serviceName}} @@ -80,7 +80,7 @@ dimensions: - name: Operation - value: GET /aws-sdk-call + value: GET aws-sdk-call - name: Service value: {{serviceName}} @@ -156,7 +156,7 @@ dimensions: - name: Operation - value: GET /aws-sdk-call + value: GET aws-sdk-call - name: Service value: {{serviceName}} diff --git a/validator/src/main/resources/expected-data-template/dotnet/eks/aws-sdk-call-trace.mustache b/validator/src/main/resources/expected-data-template/dotnet/eks/aws-sdk-call-trace.mustache index 13db3d128..cb80bc98d 100644 --- a/validator/src/main/resources/expected-data-template/dotnet/eks/aws-sdk-call-trace.mustache +++ b/validator/src/main/resources/expected-data-template/dotnet/eks/aws-sdk-call-trace.mustache @@ -14,7 +14,7 @@ }, "annotations": { "aws.local.service": "^{{serviceName}}$", - "aws.local.operation": "^GET /aws-sdk-call$", + "aws.local.operation": "^GET aws-sdk-call$", "aws.local.environment": "^eks:{{platformInfo}}/{{appNamespace}}$" }, "metadata": { diff --git a/validator/src/main/resources/expected-data-template/dotnet/eks/client-call-metric.mustache b/validator/src/main/resources/expected-data-template/dotnet/eks/client-call-metric.mustache index 6c8a65eab..7ad4f362e 100644 --- a/validator/src/main/resources/expected-data-template/dotnet/eks/client-call-metric.mustache +++ b/validator/src/main/resources/expected-data-template/dotnet/eks/client-call-metric.mustache @@ -7,7 +7,7 @@ value: {{serviceName}} - name: Operation - value: GET /client-call + value: GET client-call - name: Environment value: eks:{{platformInfo}}/{{appNamespace}} @@ -97,7 +97,7 @@ value: {{serviceName}} - name: Operation - value: GET /client-call + value: GET client-call - name: Environment value: eks:{{platformInfo}}/{{appNamespace}} @@ -187,7 +187,7 @@ value: {{serviceName}} - name: Operation - value: GET /client-call + value: GET client-call - name: Environment value: eks:{{platformInfo}}/{{appNamespace}} diff --git a/validator/src/main/resources/expected-data-template/dotnet/eks/outgoing-http-call-metric.mustache b/validator/src/main/resources/expected-data-template/dotnet/eks/outgoing-http-call-metric.mustache index 6a3ac4242..9dcb42d4a 100644 --- a/validator/src/main/resources/expected-data-template/dotnet/eks/outgoing-http-call-metric.mustache +++ b/validator/src/main/resources/expected-data-template/dotnet/eks/outgoing-http-call-metric.mustache @@ -4,7 +4,7 @@ dimensions: - name: Operation - value: GET /outgoing-http-call + value: GET outgoing-http-call - name: Service value: {{serviceName}} @@ -80,7 +80,7 @@ dimensions: - name: Operation - value: GET /outgoing-http-call + value: GET outgoing-http-call - name: Service value: {{serviceName}} @@ -156,7 +156,7 @@ dimensions: - name: Operation - value: GET /outgoing-http-call + value: GET outgoing-http-call - name: Service value: {{serviceName}} diff --git a/validator/src/main/resources/expected-data-template/dotnet/eks/outgoing-http-call-trace.mustache b/validator/src/main/resources/expected-data-template/dotnet/eks/outgoing-http-call-trace.mustache index 90bf7c6ab..5ef269520 100644 --- a/validator/src/main/resources/expected-data-template/dotnet/eks/outgoing-http-call-trace.mustache +++ b/validator/src/main/resources/expected-data-template/dotnet/eks/outgoing-http-call-trace.mustache @@ -14,7 +14,7 @@ }, "annotations": { "aws.local.service": "^{{serviceName}}$", - "aws.local.operation": "^GET /outgoing-http-call$", + "aws.local.operation": "^GET outgoing-http-call$", "aws.local.environment": "^eks:{{platformInfo}}/{{appNamespace}}$" }, "metadata": { 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 928652d25..3a3a1207c 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 @@ -4,7 +4,7 @@ dimensions: - name: Operation - value: GET /remote-service + value: GET remote-service - name: Service value: {{serviceName}} diff --git a/validator/src/main/resources/expected-data-template/dotnet/eks/remote-service-trace.mustache b/validator/src/main/resources/expected-data-template/dotnet/eks/remote-service-trace.mustache index 47129940d..8eddfff65 100644 --- a/validator/src/main/resources/expected-data-template/dotnet/eks/remote-service-trace.mustache +++ b/validator/src/main/resources/expected-data-template/dotnet/eks/remote-service-trace.mustache @@ -14,7 +14,7 @@ }, "annotations": { "aws.local.service": "^{{serviceName}}$", - "aws.local.operation": "^GET /remote-service$", + "aws.local.operation": "^GET remote-service$", "aws.local.environment": "^eks:{{platformInfo}}/{{appNamespace}}$" }, "metadata": {