Skip to content

Commit

Permalink
fix value
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Aug 28, 2024
1 parent 8929c25 commit 8ffd69f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
dimensions:
-
name: Operation
value: GET /aws-sdk-call
value: GET aws-sdk-call
-
name: Service
value: {{serviceName}}
Expand Down Expand Up @@ -80,7 +80,7 @@
dimensions:
-
name: Operation
value: GET /aws-sdk-call
value: GET aws-sdk-call
-
name: Service
value: {{serviceName}}
Expand Down Expand Up @@ -156,7 +156,7 @@
dimensions:
-
name: Operation
value: GET /aws-sdk-call
value: GET aws-sdk-call
-
name: Service
value: {{serviceName}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
value: {{serviceName}}
-
name: Operation
value: GET /client-call
value: GET client-call
-
name: Environment
value: eks:{{platformInfo}}/{{appNamespace}}
Expand Down Expand Up @@ -97,7 +97,7 @@
value: {{serviceName}}
-
name: Operation
value: GET /client-call
value: GET client-call
-
name: Environment
value: eks:{{platformInfo}}/{{appNamespace}}
Expand Down Expand Up @@ -187,7 +187,7 @@
value: {{serviceName}}
-
name: Operation
value: GET /client-call
value: GET client-call
-
name: Environment
value: eks:{{platformInfo}}/{{appNamespace}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
dimensions:
-
name: Operation
value: GET /outgoing-http-call
value: GET outgoing-http-call
-
name: Service
value: {{serviceName}}
Expand Down Expand Up @@ -80,7 +80,7 @@
dimensions:
-
name: Operation
value: GET /outgoing-http-call
value: GET outgoing-http-call
-
name: Service
value: {{serviceName}}
Expand Down Expand Up @@ -156,7 +156,7 @@
dimensions:
-
name: Operation
value: GET /outgoing-http-call
value: GET outgoing-http-call
-
name: Service
value: {{serviceName}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
dimensions:
-
name: Operation
value: GET /remote-service
value: GET remote-service
-
name: Service
value: {{serviceName}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 8ffd69f

Please sign in to comment.