Rey Abolofia

Results 11 comments of Rey Abolofia

@derekcollison I spent a good amount of time looking into how users could register `PublishWrapper`s by subject and found no perfect solution. Here's some options I came up with. Let...

Update: So it looks like I was wrong! Calling `context.Background()` does _not_ in fact do an allocation. The underlying type of the returned context is just a [pointer to an...

@kozlovic happy Friday! I have uncovered the source of our overhead! It ends up it had nothing to do with the addition of the context. It was that I had...

Hey @derekcollison and @kozlovic! Any word on this pull request? Thanks again for considering it. Just wondering if there's anything I can do to help make review easier and faster...

@kozlovic agreed, it's not good that I've proposed an additional allocation. I'm considering alternatives. I'm liking your idea of a `Msg.UserValue interface{}`. What's nice about go's contexts is that they...

Hi @alex-gausman, thank you for opening this issue. We are aware of the issue and are tracking it internally. We intend to address it very soon. I very much appreciate...

I've hit the same issue. Seems it is caused by https://github.com/open-telemetry/opentelemetry-lambda/blob/c6a7138f19999f2c0adb7b5752b263ad76581647/python/src/otel/otel_sdk/otel_wrapper.py#L43-L45

> @purple4reina I actually don't think there is a specific "service" config in the agent @pgimalac Yes, you are correct. I met with @duncanpharvey and we worked through this together....