This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/wu-sheng-patch-1 by this push:
     new 58fc853b5f Update e2e.yaml
58fc853b5f is described below

commit 58fc853b5f74eec441f9ee8acd285b0c8f6dc36a
Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Mon Nov 13 21:37:18 2023 +0800

    Update e2e.yaml
---
 test/e2e-v2/cases/nodejs/e2e.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/e2e-v2/cases/nodejs/e2e.yaml 
b/test/e2e-v2/cases/nodejs/e2e.yaml
index 9b45c51791..031d839918 100644
--- a/test/e2e-v2/cases/nodejs/e2e.yaml
+++ b/test/e2e-v2/cases/nodejs/e2e.yaml
@@ -89,11 +89,11 @@ verify:
     - query: swctl --display yaml 
--base-url=http://${oap_host}:${oap_12800}/graphql metrics linear 
--name=service_instance_sla --instance-name=provider-instance 
--service-name=provider |yq e 'to_entries' -
       expected: expected/metrics-has-value.yml
     # service endpoint metrics
-    - query: swctl --display yaml 
--base-url=http://${oap_host}:${oap_12800}/graphql metrics linear 
--name=endpoint_cpm --endpoint-name=/users --service-name=consumer |yq e 
'to_entries' -
+    - query: swctl --display yaml 
--base-url=http://${oap_host}:${oap_12800}/graphql metrics linear 
--name=endpoint_cpm --endpoint-name=POST:/users --service-name=consumer |yq e 
'to_entries' -
       expected: expected/metrics-has-value.yml
-    - query: swctl --display yaml 
--base-url=http://${oap_host}:${oap_12800}/graphql metrics linear 
--name=endpoint_resp_time --endpoint-name=/users --service-name=consumer |yq e 
'to_entries' -
+    - query: swctl --display yaml 
--base-url=http://${oap_host}:${oap_12800}/graphql metrics linear 
--name=endpoint_resp_time --endpoint-name=POST:/users --service-name=consumer 
|yq e 'to_entries' -
       expected: expected/metrics-has-value.yml
-    - query: swctl --display yaml 
--base-url=http://${oap_host}:${oap_12800}/graphql metrics linear 
--name=endpoint_sla --endpoint-name=/users --service-name=consumer |yq e 
'to_entries' -
+    - query: swctl --display yaml 
--base-url=http://${oap_host}:${oap_12800}/graphql metrics linear 
--name=endpoint_sla --endpoint-name=POST:/users --service-name=consumer |yq e 
'to_entries' -
       expected: expected/metrics-has-value.yml
     # service relation metrics
     - query: swctl --display yaml 
--base-url=http://${oap_host}:${oap_12800}/graphql metrics linear 
--name=service_relation_client_cpm  --service-name=consumer 
--dest-service-name=e2e-service-consumer |yq e 'to_entries' -

Reply via email to