Results 778 comments of Pablo Baeyens

@bogdandrutu we need your input here

Do we consider this a breaking change or a bug fix? (Asking to understand if this can be done post-1.0 or not)

I think #8632 would help address this

@dloucasfx For the ballast we are considering removal on #8343. I am interested in having end-users test `GOMEMLIMIT` and provide feedback on the transition, so that we can make an...

> Avoids nil pointer checks: Returning (T, bool) makes it explicit and idiomatic to check for presence using the boolean, rather than relying on a nil check. With a *T,...

From 2025-07-14 Collector stability meeting: - It seems like `Get()` is easier to use in contrib. We can validate this with further usage of `configoptional` - Some people prefer `HasValue`...

Based on the experience in open-telemetry/opentelemetry-collector-contrib/issues/41401 I think the current `Get` type signature is the right call. I am going to close this since I think the API is good...

We see this confusion very frequently at Datadog. I would support doing the following: 1. Create a dedicated documentation page where we explain the possible causes of the error and...

Can you take a look at the failing tests?

I need more time to catch up with this discussion, but I think the particular case Anthony is referring to is problematic for the Collector since the `attributes` processor has...