Skip to content

lwc: model object for event#1541

Merged
brharrington merged 1 commit intoNetflix:mainfrom
brharrington:lwc-events
Apr 18, 2023
Merged

lwc: model object for event#1541
brharrington merged 1 commit intoNetflix:mainfrom
brharrington:lwc-events

Conversation

@brharrington
Copy link
Copy Markdown
Contributor

Initial model object representing an arbitrary event to process with LWC. The raw event would typically be a log, span, or trace. The LwcEvent type would define how to extract data and encode the event without putting any restrictions on the structure so that LWC is agnostic to the event model and so we can avoid expensive conversions when processing.

Initial model object representing an arbitrary event to process
with LWC. The raw event would typically be a log, span, or trace.
The `LwcEvent` type would define how to extract data and encode
the event without putting any restrictions on the structure so
that LWC is agnostic to the event model and so we can avoid
expensive conversions when processing.
@brharrington brharrington added this to the 1.8.0 milestone Apr 18, 2023
@brharrington brharrington merged commit 6161138 into Netflix:main Apr 18, 2023
@brharrington brharrington deleted the lwc-events branch April 18, 2023 17:32
manolama pushed a commit to manolama/atlas that referenced this pull request May 22, 2024
Initial model object representing an arbitrary event to process
with LWC. The raw event would typically be a log, span, or trace.
The `LwcEvent` type would define how to extract data and encode
the event without putting any restrictions on the structure so
that LWC is agnostic to the event model and so we can avoid
expensive conversions when processing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant