-
Notifications
You must be signed in to change notification settings - Fork 933
Open
Labels
spec:logsRelated to the specification/logs directoryRelated to the specification/logs directoryspec:traceRelated to the specification/trace directoryRelated to the specification/trace directorytriage:accepted:needs-sponsorReady to be implemented, but does not yet have a specification sponsorReady to be implemented, but does not yet have a specification sponsor
Description
What are you trying to achieve?
Whether or not a user leverages SpanEvent or LogRecord to fire events should be orthogonal to the representation of the data. If I decide to add an event to a Span, then I should have similar data-model to when I fire off an "unadorned" event via the Event API.
What did you expect to see?
Right now there are fields on LogRecord that do not exist on SpanEvent:
SeverityTextSeverityNumberBody
I believe this need to be added to (or have a specified encoding in) SpanEvent.
Additional context.
I think we should not try to workaround the issue in particular domains, like: #2926
Instead, allowing events to flow as SpanEvent or LogEvent should both be viable choices.
lmolkova
Metadata
Metadata
Assignees
Labels
spec:logsRelated to the specification/logs directoryRelated to the specification/logs directoryspec:traceRelated to the specification/trace directoryRelated to the specification/trace directorytriage:accepted:needs-sponsorReady to be implemented, but does not yet have a specification sponsorReady to be implemented, but does not yet have a specification sponsor
Type
Projects
Status
Spec - Accepted
Status
Related