Closed
Description
Component(s)
No response
Describe the issue you're reporting
Go 1.19 includes new builtin atomic wrappers that can replace the usage of go.uber.org/atomic
. We should switch to using these and ban the usage of go.uber.org/atomic
via depguard
(basically, inverting this).
Counterpart of open-telemetry/opentelemetry-collector/issues/7160.
This is blocked by #18454
Activity