@@ -222,26 +222,26 @@ public enum PredefinedExpectedTemplate implements FileConfig {
222222
223223 /** Python EC2 ADOT SigV4 (Stand Alone ADOT) Test Case Validations */
224224 PYTHON_EC2_ADOT_SIGV4_OUTGOING_HTTP_CALL_LOG (
225- "/expected-data-template/python/ec2/adot-aws-otlp/traces/ outgoing-http-call-log.mustache" ),
225+ "/expected-data-template/python/ec2/adot-aws-otlp/outgoing-http-call-log.mustache" ),
226226 PYTHON_EC2_ADOT_SIGV4_OUTGOING_HTTP_CALL_METRIC (
227- "/expected-data-template/python/ec2/adot-aws-otlp/traces/ outgoing-http-call-metric.mustache" ),
227+ "/expected-data-template/python/ec2/adot-aws-otlp/outgoing-http-call-metric.mustache" ),
228228 PYTHON_EC2_ADOT_SIGV4_OUTGOING_HTTP_CALL_TRACE (
229- "/expected-data-template/python/ec2/adot-aws-otlp/traces/ outgoing-http-call-trace.mustache" ),
229+ "/expected-data-template/python/ec2/adot-aws-otlp/outgoing-http-call-trace.mustache" ),
230230
231- PYTHON_EC2_ADOT_SIGV4_AWS_SDK_CALL_LOG ("/expected-data-template/python/ec2/adot-aws-otlp/traces/ aws-sdk-call-log.mustache" ),
232- PYTHON_EC2_ADOT_SIGV4_AWS_SDK_CALL_METRIC ("/expected-data-template/python/ec2/adot-aws-otlp/traces/ aws-sdk-call-metric.mustache" ),
233- PYTHON_EC2_ADOT_SIGV4_AWS_SDK_CALL_TRACE ("/expected-data-template/python/ec2/adot-aws-otlp/traces/ aws-sdk-call-trace.mustache" ),
231+ PYTHON_EC2_ADOT_SIGV4_AWS_SDK_CALL_LOG ("/expected-data-template/python/ec2/adot-aws-otlp/aws-sdk-call-log.mustache" ),
232+ PYTHON_EC2_ADOT_SIGV4_AWS_SDK_CALL_METRIC ("/expected-data-template/python/ec2/adot-aws-otlp/aws-sdk-call-metric.mustache" ),
233+ PYTHON_EC2_ADOT_SIGV4_AWS_SDK_CALL_TRACE ("/expected-data-template/python/ec2/adot-aws-otlp/aws-sdk-call-trace.mustache" ),
234234
235- PYTHON_EC2_ADOT_SIGV4_REMOTE_SERVICE_LOG ("/expected-data-template/python/ec2/adot-aws-otlp/traces/ remote-service-log.mustache" ),
236- PYTHON_EC2_ADOT_SIGV4_REMOTE_SERVICE_METRIC ("/expected-data-template/python/ec2/adot-aws-otlp/traces/ remote-service-metric.mustache" ),
237- PYTHON_EC2_ADOT_SIGV4_REMOTE_SERVICE_TRACE ("/expected-data-template/python/ec2/adot-aws-otlp/traces/ remote-service-trace.mustache" ),
235+ PYTHON_EC2_ADOT_SIGV4_REMOTE_SERVICE_LOG ("/expected-data-template/python/ec2/adot-aws-otlp/remote-service-log.mustache" ),
236+ PYTHON_EC2_ADOT_SIGV4_REMOTE_SERVICE_METRIC ("/expected-data-template/python/ec2/adot-aws-otlp/remote-service-metric.mustache" ),
237+ PYTHON_EC2_ADOT_SIGV4_REMOTE_SERVICE_TRACE ("/expected-data-template/python/ec2/adot-aws-otlp/remote-service-trace.mustache" ),
238238
239- PYTHON_EC2_ADOT_SIGV4_CLIENT_CALL_LOG ("/expected-data-template/python/ec2/adot-aws-otlp/traces/ client-call-log.mustache" ),
240- PYTHON_EC2_ADOT_SIGV4_CLIENT_CALL_METRIC ("/expected-data-template/python/ec2/adot-aws-otlp/traces/ client-call-metric.mustache" ),
241- PYTHON_EC2_ADOT_SIGV4_CLIENT_CALL_TRACE ("/expected-data-template/python/ec2/adot-aws-otlp/traces/ client-call-trace.mustache" ),
239+ PYTHON_EC2_ADOT_SIGV4_CLIENT_CALL_LOG ("/expected-data-template/python/ec2/adot-aws-otlp/client-call-log.mustache" ),
240+ PYTHON_EC2_ADOT_SIGV4_CLIENT_CALL_METRIC ("/expected-data-template/python/ec2/adot-aws-otlp/client-call-metric.mustache" ),
241+ PYTHON_EC2_ADOT_SIGV4_CLIENT_CALL_TRACE ("/expected-data-template/python/ec2/adot-aws-otlp/client-call-trace.mustache" ),
242242
243243 /** Python EC2 ADOT SigV4 Log Exporter Test Case Validation */
244- PYTHON_EC2_ADOT_OTLP_LOG ("/expected-data-template/python/ec2/adot-aws-otlp/logs/log.mustache" ),
244+ PYTHON_EC2_ADOT_OTLP_LOG ("/expected-data-template/python/ec2/adot-aws-otlp/logs/application- log.mustache" ),
245245
246246 /** Python K8S Test Case Validations */
247247 PYTHON_K8S_OUTGOING_HTTP_CALL_LOG ("/expected-data-template/python/k8s/outgoing-http-call-log.mustache" ),
@@ -326,7 +326,7 @@ public enum PredefinedExpectedTemplate implements FileConfig {
326326 DOTNET_EC2_ASG_CLIENT_CALL_METRIC ("/expected-data-template/dotnet/ec2/asg/client-call-metric.mustache" ),
327327 DOTNET_EC2_ASG_CLIENT_CALL_TRACE ("/expected-data-template/dotnet/ec2/asg/client-call-trace.mustache" ),
328328
329- /** Python EC2 ADOT SigV4 (Stand Alone ADOT) Test Case Validations */
329+ /** DotNet EC2 ADOT SigV4 (Stand Alone ADOT) Test Case Validations */
330330 DOTNET_EC2_ADOT_SIGV4_OUTGOING_HTTP_CALL_LOG (
331331 "/expected-data-template/dotnet/ec2/adot-sigv4/outgoing-http-call-log.mustache" ),
332332 DOTNET_EC2_ADOT_SIGV4_OUTGOING_HTTP_CALL_METRIC (
@@ -449,7 +449,7 @@ public enum PredefinedExpectedTemplate implements FileConfig {
449449 NODE_K8S_CLIENT_CALL_METRIC ("/expected-data-template/node/k8s/client-call-metric.mustache" ),
450450 NODE_K8S_CLIENT_CALL_TRACE ("/expected-data-template/node/k8s/client-call-trace.mustache" ),
451451
452- /** Python EC2 ADOT SigV4 (Stand Alone ADOT) Test Case Validations */
452+ /** Node EC2 ADOT SigV4 (Stand Alone ADOT) Test Case Validations */
453453 NODE_EC2_ADOT_SIGV4_OUTGOING_HTTP_CALL_LOG (
454454 "/expected-data-template/node/ec2/adot-sigv4/outgoing-http-call-log.mustache" ),
455455 NODE_EC2_ADOT_SIGV4_OUTGOING_HTTP_CALL_METRIC (
0 commit comments