It's not clear what should go to event attribute vs body.
Some considerations:
- body, in practice, has much larger size limits
- body supports complex nested structure
- attributes are easier/more efficient to query and are easier to index
As a result, each event author needs to decide where each property goes and take into account backend limitations.
We need some clear guidance in semantic conventions, but also this affects event API design.
It's not clear what should go to event attribute vs body.
Some considerations:
As a result, each event author needs to decide where each property goes and take into account backend limitations.
We need some clear guidance in semantic conventions, but also this affects event API design.