Is your feature request related to a problem? Please describe.
Although we added most of the in-memory providers via this issue, we accidentally omitted the Inbox, which should have OTel support.
Describe the solution you'd like
We should have a child span whenever we read from an Inbox. It should follow the semantic conventions for Db access. See the Outbox implementation for how we have done this already; we should be consistent with the approach there.
Is your feature request related to a problem? Please describe.
Although we added most of the in-memory providers via this issue, we accidentally omitted the Inbox, which should have OTel support.
Describe the solution you'd like
We should have a child span whenever we read from an Inbox. It should follow the semantic conventions for Db access. See the Outbox implementation for how we have done this already; we should be consistent with the approach there.