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

Migrate more events to telemetry::event! macro #24102

Merged
merged 17 commits into from
Feb 3, 2025

Conversation

JosephTLyons
Copy link
Collaborator

@JosephTLyons JosephTLyons commented Feb 2, 2025

I believe this takes care of the remaining events running through the old flow that requires transformation at the collab server level. I think all events are now going through telemetry::event!().

For anyone curious where the new telemetry names are coming from, you can check the for_snowflake function within crates/collab/src/api/events.rs, to see how collab is currently transforming the events going through the old flow.

Release Notes:

  • N/A

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Feb 2, 2025
@JosephTLyons JosephTLyons marked this pull request as ready for review February 2, 2025 21:22
@JosephTLyons JosephTLyons changed the title Migrate more events to telemetry::event! Migrate more events to telemetry::event! macro Feb 3, 2025
@ConradIrwin
Copy link
Member

@JosephTLyons looks good to me, thank you!

@JosephTLyons JosephTLyons enabled auto-merge (squash) February 3, 2025 16:26
@JosephTLyons JosephTLyons merged commit a8741dc into main Feb 3, 2025
12 checks passed
@JosephTLyons JosephTLyons deleted the migrate-more-events-to-telemetry-event! branch February 3, 2025 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants