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

Visualize Rust HTTP requests from telemetry #81

Merged
merged 8 commits into from
Oct 22, 2024
Merged

Visualize Rust HTTP requests from telemetry #81

merged 8 commits into from
Oct 22, 2024

Conversation

graebm
Copy link
Contributor

@graebm graebm commented Oct 21, 2024

  • graph/http.py generates figure showing all HTTP requests in a bechmark run
    • requests are automatically colored, with the fastest being green and the slowest being red
  • new Trace class has a bunch of helpers for querying and visualizing the OpenTelemetry tracing data (move existing code from allspans.py to shared class)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@graebm
Copy link
Contributor Author

graebm commented Oct 22, 2024

Looks like this:
Screenshot 2024-10-21 at 4 58 32 PM

This is the 1st run, and you can see that the initial requests are slower than the rest

Copy link
Contributor

@waahm7 waahm7 left a comment

Choose a reason for hiding this comment

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

🎊 🎉

@graebm graebm merged commit 1428a0f into main Oct 22, 2024
6 checks passed
@graebm graebm deleted the rust-net-graph branch October 22, 2024 23:02
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