From d6b4d5c1bca93f035399a3f7e0962dd7b09861ec Mon Sep 17 00:00:00 2001 From: Victor Date: Sun, 27 Oct 2024 03:51:35 +0100 Subject: [PATCH] Added an implementation which provides a flexible way to manage bandwidth usage when exporting spans, allowing for smoother data flow and preventing resource hogging. It can further refine the size estimation logic based on a specific use case. Relate to Add ability to throttle exports when reading from disk. #638 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a0df3d643..ff917c0b9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ demo-app/local.properties .DS_Store **/build/ +