Skip to content

Commit fbbb9c2

Browse files
committed
update Operation in data templates for logs and metrics
1 parent 570ee54 commit fbbb9c2

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

validator/src/main/resources/expected-data-template/java/eks-otlp-ocb/aws-sdk-call-log.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"Environment": "^generic:default$",
1414
"PlatformType": "^Generic$",
1515
"Service": "^{{serviceName}}$",
16-
"Operation": "UnmappedOperation",
16+
"Operation": "GET /aws-sdk-call",
1717
"RemoteService": "AWS::S3",
1818
"RemoteOperation": "GetBucketLocation",
1919
"RemoteResourceIdentifier": "^e2e-test-bucket-name-{{testingId}}$",

validator/src/main/resources/expected-data-template/java/eks-otlp-ocb/aws-sdk-call-metric.mustache

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
dimensions:
1919
-
2020
name: Operation
21-
value: UnmappedOperation
21+
value: GET /aws-sdk-call
2222
-
2323
name: Service
2424
value: {{serviceName}}
@@ -100,7 +100,7 @@
100100
dimensions:
101101
-
102102
name: Operation
103-
value: UnmappedOperation
103+
value: GET /aws-sdk-call
104104
-
105105
name: Service
106106
value: {{serviceName}}
@@ -163,7 +163,7 @@
163163
dimensions:
164164
-
165165
name: Operation
166-
value: UnmappedOperation
166+
value: GET /aws-sdk-call
167167
-
168168
name: Service
169169
value: {{serviceName}}
@@ -245,7 +245,7 @@
245245
dimensions:
246246
-
247247
name: Operation
248-
value: UnmappedOperation
248+
value: GET /aws-sdk-call
249249
-
250250
name: Service
251251
value: {{serviceName}}
@@ -308,7 +308,7 @@
308308
dimensions:
309309
-
310310
name: Operation
311-
value: UnmappedOperation
311+
value: GET /aws-sdk-call
312312
-
313313
name: Service
314314
value: {{serviceName}}
@@ -390,7 +390,7 @@
390390
dimensions:
391391
-
392392
name: Operation
393-
value: UnmappedOperation
393+
value: GET /aws-sdk-call
394394
-
395395
name: Service
396396
value: {{serviceName}}

validator/src/main/resources/expected-data-template/java/eks-otlp-ocb/outgoing-http-call-log.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"Environment": "^generic:default$",
1414
"PlatformType": "^Generic$",
1515
"Service": "^{{serviceName}}$",
16-
"Operation": "UnmappedOperation",
16+
"Operation": "GET /outgoing-http-call",
1717
"RemoteService": "www.amazon.com",
1818
"RemoteOperation": "GET /",
1919
"Host": "^ip(-[0-9]{1,3}){4}.*$"

validator/src/main/resources/expected-data-template/java/eks-otlp-ocb/outgoing-http-call-metric.mustache

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
dimensions:
1919
-
2020
name: Operation
21-
value: UnmappedOperation
21+
value: GET /outgoing-http-call
2222
-
2323
name: Service
2424
value: {{serviceName}}
@@ -94,7 +94,7 @@
9494
dimensions:
9595
-
9696
name: Operation
97-
value: UnmappedOperation
97+
value: GET /outgoing-http-call
9898
-
9999
name: Service
100100
value: {{serviceName}}
@@ -170,7 +170,7 @@
170170
dimensions:
171171
-
172172
name: Operation
173-
value: UnmappedOperation
173+
value: GET /outgoing-http-call
174174
-
175175
name: Service
176176
value: {{serviceName}}

validator/src/main/resources/expected-data-template/java/eks-otlp-ocb/remote-service-log.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"Service": "^{{serviceName}}$",
1616
"Operation": "UnmappedOperation",
1717
"RemoteService": "{{remoteServiceIp}}:8080",
18-
"RemoteOperation": "GET /healthcheck",
18+
"RemoteOperation": "GET /remote-service",
1919
"Host": "^ip(-[0-9]{1,3}){4}.*$"
2020
}]

validator/src/main/resources/expected-data-template/java/eks-otlp-ocb/remote-service-metric.mustache

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
dimensions:
1919
-
2020
name: Operation
21-
value: UnmappedOperation
21+
value: GET /remote-service
2222
-
2323
name: Service
2424
value: {{serviceName}}
@@ -127,7 +127,7 @@
127127
dimensions:
128128
-
129129
name: Operation
130-
value: UnmappedOperation
130+
value: GET /remote-service
131131
-
132132
name: Service
133133
value: {{serviceName}}
@@ -236,7 +236,7 @@
236236
dimensions:
237237
-
238238
name: Operation
239-
value: UnmappedOperation
239+
value: GET /remote-service
240240
-
241241
name: Service
242242
value: {{serviceName}}

0 commit comments

Comments
 (0)