Robert Pająk

Results 227 issues of Robert Pająk

Blocked by: - https://github.com/open-telemetry/opentelemetry-specification/pull/4067 Fixes https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5823 Benchmark results: ``` goos: linux goarch: amd64 pkg: go.opentelemetry.io/contrib/processors/isolate cpu: Intel(R) Core(TM) i9-10885H CPU @ 2.40GHz BenchmarkLogProcessor/Record_without_shared_data-16 17212789 75.12 ns/op 0 B/op 0 allocs/op...

blocked: specification

### Description The "boundaries" of patched versions in https://github.com/advisories/GHSA-v23v-6jw2-98fq are incorrect. E.g. `26.1.4` is still affected and `26.1.5` contains the security fix. Reference: https://github.com/moby/moby/security/advisories/GHSA-v23v-6jw2-98fq. PS. At least looks to be...

status/0-triage
kind/bug

~~A follow-up after https://github.com/open-telemetry/opentelemetry-go/pull/5791 in contrib is required and afterwards here we need to fix the `example/dice`.~~ - [x] Copy all example(s) to contrib - We should not version the...

pkg:example
area:logs

I think that `go 1.21.0` is required for the bump and it should not be a problem.. However, I do not think we need to add `toolchain go1.22.5`. I think...

help wanted
good first issue

Make Prometheus exporter to export instrumentation scope attributes Blocked by: - https://github.com/open-telemetry/opentelemetry-go/issues/3368 Prometheus exporter is REQUIRED to set the instrumentation scope attributes on the otel_scope_info metric: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk_exporters/prometheus.md and https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/compatibility/prometheus_and_openmetrics.md#instrumentation-scope-1: >...

enhancement
blocked:specification
pkg:exporter:prometheus

Make STDOUT exporters to export instrumentation scope attributes Blocked by: - https://github.com/open-telemetry/opentelemetry-go/issues/3368

enhancement
pkg:exporter:stdout

Make OTLP exporters to export instrumentation scope attributes Blocked by: - https://github.com/open-telemetry/opentelemetry-go/issues/3368

enhancement
pkg:exporter:otlp

Towards https://github.com/open-telemetry/opentelemetry-specification/issues/4207 Based on [Proposal B](https://github.com/open-telemetry/opentelemetry-specification/issues/4207#issuecomment-2354859647) This is another idea of implementing filtering to the Logs SDK. I think this design is more in the spirit of the specification and...

Sharing an idea how users can setup multiple log processing pipelines. MultiLoggerProvider is a composite (fan-out) provider that duplicates its calls to all the passed providers. It can be used...

Skip Changelog

Spike for https://github.com/open-telemetry/opentelemetry-specification/pull/4161 (and https://github.com/open-telemetry/opentelemetry-go/issues/3368) API changes: - Add `Attributes attribute.Set` field to `instrumentation.Scope`, `logtest.ScopeRecords` Behavioral changes: - The `Tracer`, `Meter`, `Logger` returned by the providers now handle scope attribute;...

Skip Changelog