@@ -184,8 +184,8 @@ jobs:
184184 continue-on-error : true
185185 run : |
186186 curl -S -s http://${{ env.APP_ENDPOINT }}/outgoing-http-call/; echo
187- curl -S -s http://${{ env.APP_ENDPOINT }}/aws-sdk-call/; echo
188- curl -S -s http://${{ env.APP_ENDPOINT }}/remote-service?ip=${{ env.REMOTE_SERVICE_POD_IP }}/; echo
187+ curl -S -s " http://${{ env.APP_ENDPOINT }}/aws-sdk-call?ip=${{ env.REMOTE_SERVICE_POD_IP }}&testingId=${{ env.TESTING_ID }}"
188+ curl -S -s " http://${{ env.APP_ENDPOINT }}/remote-service?ip=${{ env.REMOTE_SERVICE_POD_IP }}&testingId=${{ env.TESTING_ID }}"
189189 curl -S -s http://${{ env.APP_ENDPOINT }}/client-call/; echo
190190
191191 - name : Build Gradle
@@ -206,7 +206,7 @@ jobs:
206206 --platform-info ${{ inputs.test-cluster-name }}
207207 --service-name sample-application-${{ env.TESTING_ID }}
208208 --remote-service-deployment-name ${{ env.REMOTE_SERVICE_DEPLOYMENT_NAME }}
209- --query-string ip=${{ env.REMOTE_SERVICE_POD_IP }}
209+ --query-string ip=${{ env.REMOTE_SERVICE_POD_IP }}&testingId=${{ env.TESTING_ID }}
210210 --rollup'
211211
212212 - name : Call endpoints and validate generated metrics
@@ -224,7 +224,7 @@ jobs:
224224 --service-name sample-application-${{ env.TESTING_ID }}
225225 --remote-service-name sample-remote-application-${{ env.TESTING_ID }}
226226 --remote-service-deployment-name ${{ env.REMOTE_SERVICE_DEPLOYMENT_NAME }}
227- --query-string ip=${{ env.REMOTE_SERVICE_POD_IP }}
227+ --query-string ip=${{ env.REMOTE_SERVICE_POD_IP }}&testingId=${{ env.TESTING_ID }}
228228 --rollup'
229229
230230 - name : Call endpoints and validate generated traces
@@ -241,7 +241,7 @@ jobs:
241241 --platform-info ${{ inputs.test-cluster-name }}
242242 --service-name sample-application-${{ env.TESTING_ID }}
243243 --remote-service-deployment-name ${{ env.REMOTE_SERVICE_DEPLOYMENT_NAME }}
244- --query-string ip=${{ env.REMOTE_SERVICE_POD_IP }}
244+ --query-string ip=${{ env.REMOTE_SERVICE_POD_IP }}&testingId=${{ env.TESTING_ID }}
245245 --rollup'
246246
247247 - name : Publish metric on test result
0 commit comments