Q&A - Load Testing Vector Aggregator Pipeline #24087
-
QuestionI am looking for ways to load test the vector aggregator metrics pipeline we have setup (datadog agent > vector aggregator > datadog api). In some production regions, we receive about 200-300M metric data points per minute, so we would like to test the pipeline against a similar load before rollout to ensure that there is no data loss. Are there any recommended load testing frameworks? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
Hi @syedg1, we use https://github.com/DataDog/lading for our own performance tests. You should be able to hit this kind of throughput using |
Beta Was this translation helpful? Give feedback.
Hi @syedg1, we use https://github.com/DataDog/lading for our own performance tests. You should be able to hit this kind of throughput using
lading. If you find any issues running Vector this throughput please follow up with an issue. Thanks!