Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with performance tests for metrics #771

Open
povilasv opened this issue Jul 25, 2022 · 0 comments
Open

Issue with performance tests for metrics #771

povilasv opened this issue Jul 25, 2022 · 0 comments
Assignees

Comments

@povilasv
Copy link

povilasv commented Jul 25, 2022

If you try to run otlp_grpc_exporter_metric performance test:

terraform apply -var="data_rate=5000" -var="debug=true" -var="testcase=../testcases/otlp_grpc_exporter_metric_mock" -var="install_package_source=local" -var-file="../testcases/otlp_grpc_exporter_metric_mock/parameters.tfvar

It will give you:

{"testcase":"otlp_grpc_exporter_metric_mock","instanceType":"m5.2xlarge","receivers":["otlp"],"processors":["batch"],"exporters":["otlp"],"dataType":"otlp","dataMode":"metric","dataRate":5000,"avgCpu":0.03666620071652944,"avgMem":62.920635733333334,"maxCpu":0.19999619791228065,"maxMem":63.229952,"commitId":"dummy_commit","collectionPeriod":10,"testingAmi":"soaking_linux"}

Which is virtually no usage (numbers don't look correct)

I tried running load-generator and Opentelemetry Collector locally and load-generator doesn't seem to produce any data nor log anny errors:

./app/bin/load-generator metric -r=5000 -d=otlp -u=127.0.0.1:4317

Additionally, I made a sample Go app using otel sdk, which succesfully managed to send the grpc metrics to 127.0.0.1:4317, so the issues seems to be with the load generator.

@povilasv povilasv changed the title Performance tests for metrics are broken Issue with performance tests for metrics Jul 25, 2022
@PaurushGarg PaurushGarg self-assigned this Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants