Robert Pająk

Results 812 comments of Robert Pająk

Side note: [Datadog propagation format](https://docs.datadoghq.com/tracing/trace_collection/trace_context_propagation/?tab=java#datadog-format) is not even defined in https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#general-sdk-configuration.

@Petrie, are you still willing to work on this?

> This round-about dependency seems like something we should address. Should this example be moved to contrib? It makes sense also because this example also uses `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` > Should all...

> is this already fixed and merged? From issue description: > We should have have some "linter" that would detect such changes

> Closing this, as with Go 1.23, the toolchain directive is required and added automatically. It is still not required. See: https://github.com/open-telemetry/opentelemetry-go/pull/5784 There are more people complaining on the `go...

@open-telemetry/go-approvers, sharing an idea that I come up with when working on https://github.com/open-telemetry/opentelemetry-go/pull/5825.

Can you please provide some code that would help us reproducing the issue?

From https://github.com/open-telemetry/opentelemetry-go/blob/main/log/DESIGN.md#loggeremit: > Emit can be extended by adding new exported fields to the `Record` struct. Are there any issues with such approach?

> I am not sure if that covers all possible extensions It would be helpful to come up even with an artificial example. For instance, we added options to [`NewSimpleProcessor`](https://pkg.go.dev/go.opentelemetry.io/otel/sdk/log#NewSimpleProcessor)...