Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ingest-replay-events schema #155

Merged
merged 3 commits into from
Jun 27, 2023
Merged

Conversation

lynnagara
Copy link
Member

I generated a schema for ingest-replay-events based on data I observed on this topic in prod.

Though this looks entirely different from the schema in #143

I generated a schema for ingest-replay-events based on data I
observed on this topic in prod.

Though this looks entirely different from the schema in #143
@lynnagara lynnagara requested a review from a team as a code owner June 23, 2023 22:21
"properties": {
"type": {
"type": "string",
"enum": ["something", "replay_event"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks kinda wrong. are we really sending type=something in prod?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh shit, oops

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i hand wrote that

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated. I only actually saw replay_event in prod

Copy link
Member

@untitaker untitaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it lgtm but would like replays team to take a look

Copy link
Member

@JoshFerge JoshFerge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense to me.

@lynnagara lynnagara enabled auto-merge (squash) June 27, 2023 20:45
@lynnagara lynnagara merged commit 0c62605 into main Jun 27, 2023
14 checks passed
@lynnagara lynnagara deleted the ingest-replay-events-schema branch June 27, 2023 20:46
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.

None yet

3 participants