OpenTelemetry.Internal.CircularBuffer<T> sealed class CircularBuffer<T> Lock-free implementation of single-reader multi-writer circular buffer. Documentation Code namespace OpenTelemetry.Internal { }