Robert Pająk

Results 227 issues of 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...

enhancement
pkg:SDK
area:metrics

Prototype for https://github.com/open-telemetry/opentelemetry-specification/pull/4484

Skip Changelog

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....

Skip Changelog

> 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...

pkg:SDK
area:logs

### 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...

enhancement
pkg:SDK
area:logs

### 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...

enhancement
pkg:SDK
area:trace

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...

documentation

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]...

bug