mrproliu commented on code in PR #11194: URL: https://github.com/apache/skywalking/pull/11194#discussion_r1287856933
########## test/e2e-v2/cases/mqe/mqe-cases.yaml: ########## @@ -58,4 +58,8 @@ cases: - query: swctl --display yaml --base-url=http://${oap_host}:${oap_12800}/graphql metrics exec --expression="aggregate_labels(service_percentile,max)" --service-name=e2e-service-provider expected: expected/aggregateLabels-OP.yml - query: swctl --display yaml --base-url=http://${oap_host}:${oap_12800}/graphql metrics exec --expression="aggregate_labels(service_percentile,min)" --service-name=e2e-service-provider - expected: expected/aggregateLabels-OP.yml \ No newline at end of file + expected: expected/aggregateLabels-OP.yml + + # viewAsSeq-OP + - query: swctl --display yaml --base-url=http://${oap_host}:${oap_12800}/graphql metrics exec --expression="view_as_seq(not_existing,service_sla)" --service-name=e2e-service-provider Review Comment: It will return the value from the first expression. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
