diff --git a/.github/workflows/python-ec2-adot-sigv4-test.yml b/.github/workflows/python-ec2-adot-sigv4-test.yml index f550dd340..6e976f4aa 100644 --- a/.github/workflows/python-ec2-adot-sigv4-test.yml +++ b/.github/workflows/python-ec2-adot-sigv4-test.yml @@ -190,7 +190,7 @@ jobs: run: ./gradlew validator:run --args='-c python/ec2/adot-sigv4/metric-validation.yml --testing-id ${{ env.TESTING_ID }} --endpoint http://localhost:8000 - --remote-service-deployment-name ${{ env.REMOTE_SERVICE_IP }}:8001 + --remote-service-deployment-name python-sample-remote-application-${{ env.TESTING_ID }} --region ${{ env.E2E_TEST_AWS_REGION }} --metric-namespace ${{ env.METRIC_NAMESPACE }} --log-group ${{ env.LOG_GROUP_NAME }} diff --git a/validator/src/main/resources/expected-data-template/python/ec2/adot-sigv4/aws-sdk-call-metric.mustache b/validator/src/main/resources/expected-data-template/python/ec2/adot-sigv4/aws-sdk-call-metric.mustache index 92e8104d3..37263adc7 100644 --- a/validator/src/main/resources/expected-data-template/python/ec2/adot-sigv4/aws-sdk-call-metric.mustache +++ b/validator/src/main/resources/expected-data-template/python/ec2/adot-sigv4/aws-sdk-call-metric.mustache @@ -18,7 +18,7 @@ dimensions: - name: Operation - value: UnmappedOperation + value: GET aws-sdk-call - name: Service value: {{serviceName}} @@ -94,7 +94,7 @@ dimensions: - name: Operation - value: UnmappedOperation + value: GET aws-sdk-call - name: Service value: {{serviceName}} @@ -170,7 +170,7 @@ dimensions: - name: Operation - value: UnmappedOperation + value: GET aws-sdk-call - name: Service value: {{serviceName}} diff --git a/validator/src/main/resources/expected-data-template/python/ec2/adot-sigv4/outgoing-http-call-metric.mustache b/validator/src/main/resources/expected-data-template/python/ec2/adot-sigv4/outgoing-http-call-metric.mustache index f4ce2515b..a020d3250 100644 --- a/validator/src/main/resources/expected-data-template/python/ec2/adot-sigv4/outgoing-http-call-metric.mustache +++ b/validator/src/main/resources/expected-data-template/python/ec2/adot-sigv4/outgoing-http-call-metric.mustache @@ -18,7 +18,7 @@ dimensions: - name: Operation - value: UnmappedOperation + value: GET outgoing-http-call - name: Service value: {{serviceName}} @@ -94,7 +94,7 @@ dimensions: - name: Operation - value: UnmappedOperation + value: GET outgoing-http-call - name: Service value: {{serviceName}} @@ -170,7 +170,7 @@ dimensions: - name: Operation - value: UnmappedOperation + value: GET outgoing-http-call - name: Service value: {{serviceName}} diff --git a/validator/src/main/resources/expected-data-template/python/ec2/adot-sigv4/remote-service-metric.mustache b/validator/src/main/resources/expected-data-template/python/ec2/adot-sigv4/remote-service-metric.mustache index 0d3714f71..d33b6f79c 100644 --- a/validator/src/main/resources/expected-data-template/python/ec2/adot-sigv4/remote-service-metric.mustache +++ b/validator/src/main/resources/expected-data-template/python/ec2/adot-sigv4/remote-service-metric.mustache @@ -18,7 +18,7 @@ dimensions: - name: Operation - value: UnmappedOperation + value: GET remote-service - name: Service value: {{serviceName}} @@ -27,7 +27,7 @@ value: ec2:default - name: RemoteOperation - value: GET /healthcheck + value: GET healthcheck - name: RemoteService value: {{remoteServiceDeploymentName}} @@ -94,7 +94,7 @@ value: ec2:default - name: RemoteOperation - value: GET /healthcheck + value: GET healthcheck - name: RemoteService value: {{remoteServiceDeploymentName}} @@ -127,7 +127,7 @@ dimensions: - name: Operation - value: UnmappedOperation + value: GET remote-service - name: Service value: {{serviceName}} @@ -136,7 +136,7 @@ value: ec2:default - name: RemoteOperation - value: GET /healthcheck + value: GET healthcheck - name: RemoteService value: {{remoteServiceDeploymentName}} @@ -203,7 +203,7 @@ value: ec2:default - name: RemoteOperation - value: GET /healthcheck + value: GET healthcheck - name: RemoteService value: {{remoteServiceDeploymentName}} @@ -236,7 +236,7 @@ dimensions: - name: Operation - value: UnmappedOperation + value: GET remote-service - name: Service value: {{serviceName}} @@ -245,7 +245,7 @@ value: ec2:default - name: RemoteOperation - value: GET /healthcheck + value: GET healthcheck - name: RemoteService value: {{remoteServiceDeploymentName}} @@ -312,7 +312,7 @@ value: ec2:default - name: RemoteOperation - value: GET /healthcheck + value: GET healthcheck - name: RemoteService value: {{remoteServiceDeploymentName}}