mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-26 21:05:00 +02:00
5bfa9c55be
Fix #5343 - Update the `evictionQueue` to log when it drops a value - Update the `evictionQueue` to be declared over an `[T any]` parameter so it knows what to log when it is dropping a value and to reduce the `interface{}` allocation - Add a `clone` method to replace the now unneeded `interfaceArrayTo*Array` functions. - Update the `recordingSpan` to log once that is dropped an attribute when limits are reached. |
||
---|---|---|
.. | ||
instrumentation | ||
internal | ||
log | ||
metric | ||
resource | ||
trace | ||
go.mod | ||
go.sum | ||
README.md | ||
version_test.go | ||
version.go |