OpenTelemetry.Internal.CircularBuffer<T>
Lock-free implementation of single-reader multi-writer circular buffer.
Gets the number of items added to the CircularBuffer<T>.
Gets the capacity of the CircularBuffer<T>.
Gets the number of items contained in the CircularBuffer<T>.
Gets the number of items removed from the CircularBuffer<T>.
Initializes a new instance of the CircularBuffer<T> class.
Adds the specified item to the buffer.
Reads an item from the CircularBuffer<T>.
Attempts to add the specified item to the buffer.