Description
The TelemetryBuffers for logs and metrics apply the scope to the items. This isn't ideal, as the buffers should only focus on buffering and shouldn't even know that a scope exists. The goal is to remove the scope logic and scope references from the buffers and apply the scope before adding the items to the buffers.
Description
The TelemetryBuffers for logs and metrics apply the scope to the items. This isn't ideal, as the buffers should only focus on buffering and shouldn't even know that a scope exists. The goal is to remove the scope logic and scope references from the buffers and apply the scope before adding the items to the buffers.