-
Notifications
You must be signed in to change notification settings - Fork 876
fix: set network telemetry client version on server #14376
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
fix: set network telemetry client version on server #14376
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @ethanndickson and the rest of your teammates on |
658f6f9
to
ec124ba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There aren't any tests to prevent this from happening in the future. Is there an opportunity to introduce some?
I think it'd be beneficial to have an E2E network telemetry test. We'd just need to mock the telemetry batcher on a coderdtest instance so we can inspect it. |
@ethanndickson there's already a |
Unfortunately I don't believe we expose anything like |
ec124ba
to
64b79cd
Compare
Also removes the
DisconnectionReason
field, given that it was unused. Requires a corresponding change on the telemetry server.Closes #14375