- Notifications
You must be signed in to change notification settings - Fork927
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 ourterms of service andprivacy 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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This stack of pull requests is managed by Graphite.Learn more about stacking. Join@ethanndickson and the rest of your teammates on |
Uh oh!
There was an error while loading.Please reload this page.
658f6f9
toec124ba
CompareThere 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?
ethanndickson commentedAug 22, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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 |
ethanndickson commentedAug 22, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Unfortunately I don't believe we expose anything like |
ec124ba
to64b79cd
Compare4cc26be
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Also removes the
DisconnectionReason
field, given that it was unused. Requires a corresponding change on the telemetry server.Closes#14375