-
OTLP protocol for shipping telemetry data
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
The git repository called opentelemetry-rust contains implementations of several crates that expand the opentelemetry ecosystem. There you can find common instrumentations, exporters, and subscribers use them in a Rust program.
-
To follow along, you can open a new free-forever Aspecto account or log in to your existing one.
-
Here is a link for the source code.
-
For this example, I wanted to build a simple system I could use to integrate and visualize traces. I found auto-instrumentations for Actix-Web Framework and Diesel, an ORM and Query builder utility for SQL-based databases.
-
For this example, I wanted to build a simple system I could use to integrate and visualize traces. I found auto-instrumentations for Actix-Web Framework and Diesel, an ORM and Query builder utility for SQL-based databases.
Related posts
-
How we made applications observable by default with OpenTelemetry
-
Running Trace-Based Tests with GitHub Actions and Secrets
-
Instrumenting Django Applications using OpenTelemetry
-
OpenTelemetry Trace Context Propagation for gRPC Streams
-
Top 10 Rusty Repositories for you to start your Open Source Journey