Opentelemetry-java: Replace usages of java.util.Timer with a ScheduledExecutor in the BatchSpanProcessor

Created on 19 Aug 2020  路  4Comments  路  Source: open-telemetry/opentelemetry-java

The Timer has known issues with clock changes. We should use ScheduledExecutors as they are the more modern construct for doing timed executions.

help wanted p2 required-for-ga

All 4 comments

Is this a dupe of #729?

It's smaller in scope. The recent changes to make export async introduced a Timer. It wasn't there before. If #729 were done, I would assume this one could be closed.

I can do it, please assign to me to proceed.

There are already 2 PRs addressing this issue :)

Was this page helpful?
0 / 5 - 0 ratings