top of page

Exporting logs and traces to GCP
This is the last post in the Rust/Tokio/Tracing/OTEL tutorial series. In the first post, we gave an Introduction to Tokio Tracing and...
Ivan Brko
Jan 13, 20243 min read
162 views
0 comments

Setting up Tracing and OpenTelemetry with Jaeger for a Rust Actix Web application
This is the second post in the Rust/Tokio/Tracing/OTEL tutorial series. In the previous post, we gave an Introduction to Tokio Tracing...
Ivan Brko
Jan 13, 20247 min read
416 views
0 comments

Introduction to Tokio Tracing and OpenTelemetry
This is the first post in the Rust/Tokio/Tracing/OTEL tutorial series. As noted in the Introduction post, the purpose of this tutorial is...
Ivan Brko
Jan 13, 20248 min read
244 views
0 comments

Instrumenting Rust web application with Tracing and OpenTelemetry (and exporting the traces to Jaeger and GCP)
In this series of posts we'll explore how to achieve good observability of our Rust web application, by using the Tokio Tracing crate...
Ivan Brko
Jan 13, 20242 min read
272 views
0 comments
bottom of page