Lunch & Learn: Seeing Into Your Code - A Practical Guide to Tracing in Rust
Details
Join us for our next Lunch & Learn: Seeing Into Your Code - A Practical Guide to Tracing in Rust
You've shipped your Rust app, but can you see what it's doing? When something goes wrong at 2am, `println!` isn't going to save you.
In this talk, we'll explore Rust's `tracing` ecosystem and build a practical understanding of how to add observability to your applications.
Starting from the basics (structured logging with `tracing::info!`, `warn!`, and `error!`) we'll work through real examples showing how to go from scattered print statements to structured, queryable, filterable logs that actually help you debug.
We'll cover the difference between events and spans, see how `#[instrument]` can automatically capture function context, and look at how to get your traces into tools like Grafana. Along the way, we'll build a small web app and watch the traces flow in real time.
What you'll learn
- Why structured tracing beats `println!` debugging
- Practical everyday usage: `tracing::info!`, `warn!`, `error!` with structured fields
- How `#[instrument]` gives you automatic context
- Getting traces into Grafana with Loki
- Patterns for making your logs useful, filterable, and production-ready
Who it's for: Rust developers at any level who want to understand what their code is actually doing in production.
FAQs
Are there any House Rules?
At SurrealDB, we are committed to providing live and online events that are safe and enjoyable for all attending. Please review our website for more information: https://surrealdb.com/legal/code-of-conduct
Is Women in Rust only for women?
We set up Women in Rust to foster a more inclusive and diverse Rust community by providing a dedicated space for women to connect, learn, and grow. Our online and in-person events are designed to support this mission. However, we also want to contribute to the wider Rust community, which is why all of our talks will be available to watch on YouTube Youtube after the event. We also welcome you to use our Notion Resources page, where you can find useful articles, reading materials and advice to help you on your journey in learning Rust.
How can I get involved with Women in Rust?
We’re always excited to welcome new contributors! You can get involved by:
- Speaking at our events: Share your expertise or experience with the community.
- Hosting online workshops: Lead interactive sessions to help others learn and grow.
- Spreading the word: Help us reach more people by sharing our events and initiatives.
Simply fill out this form to express your interest: https://surrealdb.typeform.com/to/B2gk7bzz.
We’ll be in touch to explore how we can collaborate. Let’s grow together— your involvement makes a difference!

