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(eap): Add EAP mutations topic #333

Merged
merged 10 commits into from
Sep 18, 2024
Merged

feat(eap): Add EAP mutations topic #333

merged 10 commits into from
Sep 18, 2024

Conversation

ayirr7
Copy link
Member

@ayirr7 ayirr7 commented Sep 16, 2024

Adds the schema, topic metadata, and an example for the new Snuba eap mutations topic

Relevant to getsentry/snuba#6216

@ayirr7 ayirr7 changed the title add eap mutations topic feat(snuba): Add EAP mutations topic Sep 16, 2024
@ayirr7 ayirr7 marked this pull request as ready for review September 16, 2024 23:50
@ayirr7 ayirr7 requested review from a team as code owners September 16, 2024 23:50
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.

other than 1 comment, lgtm

CODEOWNERS Outdated
@@ -1,126 +1,142 @@
# Search and storage and infra is the default owner
* @getsentry/owners-snuba @getsentry/ops
Copy link
Member

Choose a reason for hiding this comment

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

this entire file got reformatted, please revert 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.

Not sure why but every time I try to save it, it reverts to reformatting it. Do you know how to fix that?

Copy link
Member

@untitaker untitaker Sep 17, 2024

Choose a reason for hiding this comment

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

turn off format-on-save in your editor for this file

@untitaker
Copy link
Member

@ayirr7 if it's really the bot reformatting the file, forget about it, just merge then. sorry for the noise

"description": "The trace ID is a unique identifier for a trace. It is a 16 byte hexadecimal string."
},
"span_id": {
"type": "integer"
Copy link
Member Author

Choose a reason for hiding this comment

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

@untitaker Had some questions here -- I was comparing against the spans topic schema, and I think span_id is a String? I noticed a couple of other examples like this too

Copy link
Member

Choose a reason for hiding this comment

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

you are right. please change this in the schema. it should not be an int at all, that's a mistake in the code

@ayirr7 ayirr7 changed the title feat(snuba): Add EAP mutations topic feat(eap): Add EAP mutations topic Sep 18, 2024
@ayirr7 ayirr7 merged commit 6ec4c12 into main Sep 18, 2024
17 checks passed
@ayirr7 ayirr7 deleted the new-mutations-topic branch September 18, 2024 23:28
ayirr7 added a commit to getsentry/snuba that referenced this pull request Sep 20, 2024
Doing this separately so we can roll it out independently of the actual
consumer: #6216

This will be rolled out after the schema is published
getsentry/sentry-kafka-schemas#333
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.

2 participants