Robert Pająk
Robert Pająk
OpenTelemetry Go contributors meets periodically (roughly weekly) to discuss ongoing development of OpenTelemetry Go and related topic. You can learn about the meetings [here](https://github.com/open-telemetry/opentelemetry-go/blob/main/CONTRIBUTING.md) as well as join these meetings...
> It looks like some parts of specification around cardinality limits have become stable: > - https://github.com/open-telemetry/opentelemetry-specification/pull/4222 > > Probably we should look into implementing more parts of the specification...
Prototype for https://github.com/open-telemetry/opentelemetry-specification/pull/4484
We're likely not the only ones dealing with this. Does this motivate making tagged releases of this module? _Originally posted by @MrAlias in https://github.com/open-telemetry/opentelemetry-go-build-tools/issues/921#issuecomment-2914384225_ Add `logtest` modules in `versions.yaml` so...
Prototype for https://github.com/open-telemetry/opentelemetry-specification/pull/4485 This PR is to validate that it is possible to extend attributes with complex attributes without making breaking changes and making sure that `Value` is still comparable....
> Maybe the goroutine responsible for actually exporting the log records should be also responsible for getting/dequeuing the log records from the queue instead of doing it here? My idea...
### Problem Statement Allow "use and forget" loggers to be garbage collected. ### Proposed Solution ~~Use [`unique`](https://pkg.go.dev/unique) in `LoggerProvider` for storing loggers. More: https://go.dev/blog/unique.~~ It seems that unique package does...
### Problem Statement Allow "use and forget" tracers to be garbage collected. ### Proposed Solution ~~Use [`unique`](https://pkg.go.dev/unique) in `TracerProvider` for storing tracers. More: https://go.dev/blog/unique.~~ It seems that unique package does...
This is inspired by how the Go standard library handles such issues. See: https://pkg.go.dev/time#Time I would say we do our best to follow https://go.dev/doc/go1compat which is kind of: > what...
When running `nuke Workflow` on macOS 15 with x64 I get very frequent failures from `IntegrationTests.ContinuousProfilerTests.ExportAllocationSamples`. ``` 17:31:46 [DBG] [xUnit.net 00:16:38.54] IntegrationTests: --- FAIL: IntegrationTests.RabbitMqTests.SubmitsTraces(6.0.0) (68,17s) 17:31:46 [DBG] [xUnit.net 00:16:38.54]...