Observability Made Easy: Building a RESTful API with Actix Web and OpenTelemetry
TL;DR: Le Code
https://github.com/dirien/quick-bites/tree/main/rust-actix-web-rest-api-opentelemetry
Introduction
We keep reading about the importance of Observability in our applications. Charity Majors CEO of Honeycomb made a very good tweet thre...
blog.ediri.io14 min read
Jeff Mitchell
The Crusty Rustacean
Hi Engrin,
Terrific article! Thanks for writing it. I started working through it this morning, but am finding issues with the dependencies. In particular:
use opentelemetry::sdk::export::metrics::aggregation; use opentelemetry::sdk::metrics::{controllers, processors};
...are flagged by the compiler as not existing. I checked crates.io and "aggregation", "controllers", and "processors" don't exist.
Would be great if you could update your article.
Thanks,
~Jeff Mitchell