-
Notifications
You must be signed in to change notification settings - Fork 29
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
Benchmark: send measures to multiple metrics #53
Comments
@jazeltq It does not know how to do that for now. |
I view this page https://julien.danjou.info/blog/2015/gnocchi-benchmarks, and found this Push metric 5k | Push 5M measures with batch of 5k measures in 40 seconds | 122k measures/s |
It says measures, not metric. |
you mean it is one metric with 5k measures as one batch, the total count is 5m measures? |
Yes. |
i would say, don't batch 5K metrics/request... it'll be bad performance since it limits concurrency opportunities. |
Right now, the benchmark tools only support send measures to one metric,
How can benchmark push measures with multi-metrics?
The text was updated successfully, but these errors were encountered: