wu-sheng commented on a change in pull request #8165:
URL: https://github.com/apache/skywalking/pull/8165#discussion_r754255066
##########
File path: test/e2e-v2/cases/meter/meter-cases.yaml
##########
@@ -27,3 +27,8 @@
expected: expected/metrics-has-value.yml
- query: swctl --display yaml
--base-url=http://${oap_host}:${oap_12800}/graphql metrics linear
--name=meter_process_files_max --instance-name=provider1
--service-name=e2e-service-provider |yq e 'to_entries' -
expected: expected/metrics-has-value.yml
+ - query: |
+ curl -s -XPOST http://${sender_host}:${sender_9093}/sendBatchMetrics >
/dev/null;
+ sleep 10;
+ swctl --display yaml
--base-url=http://${oap_host}:${oap_12800}/graphql metrics linear
--name=batch_test --instance-name=test-instance --service-name=test-service |yq
e 'to_entries' -
+ expected: expected/metrics-has-value.yml
Review comment:
It is fine to separate cases, because actually, meter reporting is
different for agent(previous meter and Kafka meter) and streaming(OTEL
collector).
--
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]