Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
harrryr committed May 17, 2024
1 parent 23d6d5d commit 9d278a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
httpPath: "/outgoing-http-call"
httpMethod: "get"
callingType: "http"
expectedLogStructureTemplate: "PYTHON_EC2_OUTGOING_HTTP_CALL_LOG"
expectedLogStructureTemplate: "PYTHON_EC2_ASG_OUTGOING_HTTP_CALL_LOG"
-
validationType: "cw-log"
httpPath: "/aws-sdk-call"
httpMethod: "get"
callingType: "http-with-query"
expectedLogStructureTemplate: "PYTHON_EC2_AWS_SDK_CALL_LOG"
expectedLogStructureTemplate: "PYTHON_EC2_ASG_AWS_SDK_CALL_LOG"
-
validationType: "cw-log"
httpPath: "/remote-service"
httpMethod: "get"
callingType: "http-with-query"
expectedLogStructureTemplate: "PYTHON_EC2_REMOTE_SERVICE_LOG"
expectedLogStructureTemplate: "PYTHON_EC2_ASG_REMOTE_SERVICE_LOG"
-
validationType: "cw-log"
httpPath: "/client-call"
httpMethod: "get"
callingType: "http"
expectedLogStructureTemplate: "PYTHON_EC2_CLIENT_CALL_LOG"
expectedLogStructureTemplate: "PYTHON_EC2_ASG_CLIENT_CALL_LOG"

Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
httpPath: "/outgoing-http-call"
httpMethod: "get"
callingType: "http"
expectedTraceTemplate: "PYTHON_EC2_OUTGOING_HTTP_CALL_TRACE"
expectedTraceTemplate: "PYTHON_EC2_ASG_OUTGOING_HTTP_CALL_TRACE"
-
validationType: "trace"
httpPath: "/aws-sdk-call"
httpMethod: "get"
callingType: "http-with-query"
expectedTraceTemplate: "PYTHON_EC2_AWS_SDK_CALL_TRACE"
expectedTraceTemplate: "PYTHON_EC2_ASG_AWS_SDK_CALL_TRACE"
-
validationType: "trace"
httpPath: "/remote-service"
httpMethod: "get"
callingType: "http-with-query"
expectedTraceTemplate: "PYTHON_EC2_REMOTE_SERVICE_TRACE"
expectedTraceTemplate: "PYTHON_EC2_ASG_REMOTE_SERVICE_TRACE"
-
validationType: "trace"
httpPath: "/client-call"
httpMethod: "get"
callingType: "http"
expectedTraceTemplate: "PYTHON_EC2_CLIENT_CALL_TRACE"
expectedTraceTemplate: "PYTHON_EC2_ASG_CLIENT_CALL_TRACE"

0 comments on commit 9d278a3

Please sign in to comment.