Skip to content

Commit

Permalink
fix value v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Aug 28, 2024
1 parent 54908d6 commit dbaf80b
Showing 1 changed file with 2 additions and 2 deletions.
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 /aws-sdk-call",
"Operation": "GET aws-sdk-call",
"Version": "^1$",
"Telemetry.Source": "^LocalRootSpan$",
"Host": "^ip(-[0-9]{1,3}){4}.*$"
Expand All @@ -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

0 comments on commit dbaf80b

Please sign in to comment.