Skip to content

Commit

Permalink
fix PredefinedExpectedTemplate.java
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Aug 28, 2024
1 parent 5664283 commit 534a435
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,23 @@ public enum PredefinedExpectedTemplate implements FileConfig {
DOTNET_EC2_ASG_CLIENT_CALL_LOG("/expected-data-template/dotnet/ec2/asg/client-call-log.mustache"),
DOTNET_EC2_ASG_CLIENT_CALL_METRIC("/expected-data-template/dotnet/ec2/asg/client-call-metric.mustache"),
DOTNET_EC2_ASG_CLIENT_CALL_TRACE("/expected-data-template/dotnet/ec2/asg/client-call-trace.mustache"),

/** DotNet EKS Test Case Validations */
DOTNET_EKS_OUTGOING_HTTP_CALL_LOG("/expected-data-template/dotnet/eks/outgoing-http-call-log.mustache"),
DOTNET_EKS_OUTGOING_HTTP_CALL_METRIC("/expected-data-template/dotnet/eks/outgoing-http-call-metric.mustache"),
DOTNET_EKS_OUTGOING_HTTP_CALL_TRACE("/expected-data-template/dotnet/eks/outgoing-http-call-trace.mustache"),

DOTNET_EKS_AWS_SDK_CALL_LOG("/expected-data-template/dotnet/eks/aws-sdk-call-log.mustache"),
DOTNET_EKS_AWS_SDK_CALL_METRIC("/expected-data-template/dotnet/eks/aws-sdk-call-metric.mustache"),
DOTNET_EKS_AWS_SDK_CALL_TRACE("/expected-data-template/dotnet/eks/aws-sdk-call-trace.mustache"),

DOTNET_EKS_REMOTE_SERVICE_LOG("/expected-data-template/dotnet/eks/remote-service-log.mustache"),
DOTNET_EKS_REMOTE_SERVICE_METRIC("/expected-data-template/dotnet/eks/remote-service-metric.mustache"),
DOTNET_EKS_REMOTE_SERVICE_TRACE("/expected-data-template/dotnet/eks/remote-service-trace.mustache"),

DOTNET_EKS_CLIENT_CALL_LOG("/expected-data-template/dotnet/eks/client-call-log.mustache"),
DOTNET_EKS_CLIENT_CALL_METRIC("/expected-data-template/dotnet/eks/client-call-metric.mustache"),
DOTNET_EKS_CLIENT_CALL_TRACE("/expected-data-template/dotnet/eks/client-call-trace.mustache"),
;

private String path;
Expand Down

0 comments on commit 534a435

Please sign in to comment.