opentelemetry-java-instrume.../javaagent-tooling
Lauri Tulmin 52cfafc44a
Clean WeakConcurrentMap from background thread (#6240)
Currently our `WeakConcurrentMap` is only cleaned of stale entries when
it is accessed. There is an option to clean from a background thread,
but this creates a separate thread for every map. This pr introduces a
single background thread that cleans all maps.
I removed the option to create a thread per map as we don't use it, if
there is interest I could attempt to find a way to add it back.

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-11-23 09:24:51 -08:00
..
javaagent-tooling-java9 Convert all logging statements from slf4j to jul (#5674) 2022-03-25 10:02:51 -07:00
src Clean WeakConcurrentMap from background thread (#6240) 2022-11-23 09:24:51 -08:00
build.gradle.kts Use contrib AwsXrayPropagator (#7234) 2022-11-21 11:31:17 -08:00