1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-26 21:05:00 +02:00
opentelemetry-go/sdk
Tyler Yahn 5bfa9c55be
Log warning when a trace attribute/event/link is discarded due to limits (#5434)
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.
2024-05-30 11:40:08 -07:00
..
instrumentation Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
internal docs: update variable name in documentation (#5270) 2024-04-26 15:01:19 -07:00
log sdk/log: Fix TestBatchProcessor/ForceFlush/ErrorPartialFlush flaky test (#5416) 2024-05-30 07:40:19 -07:00
metric Remove zeroInstrumentKind (#5433) 2024-05-30 11:27:07 -07:00
resource Update all semconv use to v1.25.0 (#5374) 2024-05-19 07:16:33 +02:00
trace Log warning when a trace attribute/event/link is discarded due to limits (#5434) 2024-05-30 11:40:08 -07:00
go.mod fix(deps): update module github.com/go-logr/logr to v1.4.2 (#5393) 2024-05-21 13:58:14 -07:00
go.sum fix(deps): update module github.com/go-logr/logr to v1.4.2 (#5393) 2024-05-21 13:58:14 -07:00
README.md Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
version_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
version.go Release v1.27.0/v0.49.0/v0.3.0 (#5392) 2024-05-21 10:59:36 -07:00

SDK

PkgGoDev