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

Add API for instrumenting FAAS and adjust the AWS plugin #3516

Merged
merged 9 commits into from
Mar 12, 2024
Prev Previous commit
Next Next commit
use explicit import
SylvainJuge committed Mar 12, 2024
commit b2efdbc832b06cb11250d8ce7ced20658acb8910
Original file line number Diff line number Diff line change
@@ -85,7 +85,11 @@
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.*;
import java.util.concurrent.Callable;
import java.util.concurrent.CopyOnWriteArrayList;
import java.util.concurrent.ScheduledThreadPoolExecutor;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.TimeUnit;


/**