Skip to content

Commit

Permalink
fix value v2
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Aug 28, 2024
1 parent 8ffd69f commit 54908d6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}.*$"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}.*$"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
value: eks:{{platformInfo}}/{{appNamespace}}
-
name: Operation
value: GET /healthcheck
value: GET healthcheck
-
name: Service
value: {{remoteServiceDeploymentName}}
Expand Down Expand Up @@ -210,7 +210,7 @@
value: eks:{{platformInfo}}/{{appNamespace}}
-
name: Operation
value: GET /healthcheck
value: GET healthcheck
-
name: Service
value: {{remoteServiceDeploymentName}}
Expand Down Expand Up @@ -379,7 +379,7 @@
value: eks:{{platformInfo}}/{{appNamespace}}
-
name: Operation
value: GET /healthcheck
value: GET healthcheck
-
name: Service
value: {{remoteServiceDeploymentName}}
Expand Down

0 comments on commit 54908d6

Please sign in to comment.