1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-28 21:09:17 +02:00
opentelemetry-go/sdk
Robert Pająk d7e5001b4d
sdk/log: Fix ExampleProcessor_redact to clone the record (#5559)
Towards https://github.com/open-telemetry/opentelemetry-go/issues/5065

Follow our own docs. From `Processor.Enabled` docs:

> Before modifying a Record, the implementation must use Record.Clone to
create a copy that shares no state with the original.
2024-07-01 15:01:22 +02:00
..
instrumentation Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
internal Add unparam linter (#5531) 2024-06-21 16:02:07 -07:00
log sdk/log: Fix ExampleProcessor_redact to clone the record (#5559) 2024-07-01 15:01:22 +02:00
metric Add errorlint linter (#5535) 2024-06-25 10:55:00 -07:00
resource Populate service.instance.id with a default value when OTEL_GO_X_RESOURCE is set (#5520) 2024-06-24 08:25:49 -07:00
trace Split the span start/end benchmarks and test start with links and attributes (#5554) 2024-06-28 11:51:09 +02:00
go.mod Populate service.instance.id with a default value when OTEL_GO_X_RESOURCE is set (#5520) 2024-06-24 08:25:49 -07:00
go.sum Populate service.instance.id with a default value when OTEL_GO_X_RESOURCE is set (#5520) 2024-06-24 08:25:49 -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