You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
povilasv
changed the title
Performance tests for metrics are broken
Issue with performance tests for metrics
Jul 25, 2022
If you try to run
otlp_grpc_exporter_metric
performance test:It will give you:
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:
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.The text was updated successfully, but these errors were encountered: