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(snownet): introduce connection span to capture str0m and boringtun logs #4144

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

thomaseizinger
Copy link
Member

These new spans help capture logs from within str0m and boringtun with the context of our connection ID.

Resolves: #4140.

Copy link

vercel bot commented Mar 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated (UTC)
firezone ⬜️ Ignored (Inspect) Mar 14, 2024 5:33am

Copy link

Terraform Cloud Plan Output

Plan: 8 to add, 7 to change, 8 to destroy.

Terraform Cloud Plan

Copy link

Performance Test Results

TCP

Test Name Received/s Sent/s Retransmits
direct-tcp-client2server 171.9 MiB (-13%) 172.4 MiB (-13%) 185 (-20%)
direct-tcp-server2client 183.7 MiB (-11%) 184.7 MiB (-11%) 731 (+57%)
relayed-tcp-client2server 131.9 MiB (+5%) 132.6 MiB (+5%) 119 (+2%)
relayed-tcp-server2client 141.1 MiB (-1%) 141.5 MiB (-1%) 153 (-22%)

UDP

Test Name Total/s Jitter Lost
direct-udp-client2server 50.0 MiB (+0%) 0.06ms (-60%) 0.00% (NaN%)
direct-udp-server2client 50.0 MiB (-0%) 0.03ms (-20%) 0.00% (NaN%)
relayed-udp-client2server 50.0 MiB (-0%) 0.10ms (-38%) 0.00% (NaN%)
relayed-udp-server2client 50.0 MiB (-0%) 0.08ms (+28%) 0.00% (NaN%)

@thomaseizinger thomaseizinger added this pull request to the merge queue Mar 14, 2024
Merged via the queue into main with commit 0dfd26a Mar 14, 2024
134 checks passed
@thomaseizinger thomaseizinger deleted the feat/snownet/connection-span branch March 14, 2024 20:49
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.

snownet: introduce connection span
2 participants