Austin Drenski
Austin Drenski
> For clarity, it seems to be blocked on `AddLink` still being marked experimental [here](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#add-link) Thanks for the xref, much appreciated! Is there any room to discuss supporting experimental spec...
> One problem is to make it "experimental" in SDK, the other is to make it available for API users. I may well be underthinking the implications, but if `AddLinks()`...
@pellared As mentioned before, and at risk of ending up out of my depth, I took a first pass at how this idea might work in practice and opened #4889....
_@MrAlias wrote https://github.com/open-telemetry/opentelemetry-go/issues/3919#issuecomment-1930874801:_ > @austindrenski how will you handle the specification changing the method signature or having it removed entirely in your proposal? You will be adding a type and...
The differences in connection limit/batching sound like purely backened concerns. Whereas differences in MARS support, type mapping, and function/procedure handling are directly related to the Npgsql driver. It seems to...
@ganderzz I think that sounds reasonable enough. Are you interested in opening a PR with the changes you have in mind?
_Full transparency, I'm still relatively new to golang, so please take everything I've written here with a grain of salt._ That said, I think this is in a decent place...
> I think this is a good idea, but I would prefer to make this a non-breaking change. We can mark the arguments as deprecated and completely remove them at...
FYI waylaid by some other priorities, but this is still on my radar.
Hey folks, just getting started with OpenFeature and `flagd` after reading about it in the [CNCF announcement blog post](https://www.cncf.io/blog/2023/12/19/openfeature-becomes-a-cncf-incubating-project/) over the holidays, and I've pretty quickly found myself yearning for...