Guide to OpenTelemetry Distributed Tracing in Rust

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SonarLint - Clean code begins in your IDE with SonarLint
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
  • opentelemetry-specification

    Specifications for OpenTelemetry

    OTLP protocol for shipping telemetry data

  • opentelemetry-rust

    OpenTelemetry API and SDK for Rust

    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.

  • SonarLint

    Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.

  • opentelemetry-ext-js

    js extensions for the open-telemetry project

    To follow along, you can open a new free-forever Aspecto account or log in to your existing one.

  • opentelemetry-examples

    Here is a link for the source code.

  • diesel

    A safe, extensible ORM and Query Builder for Rust

    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.

  • actix-web

    Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.

    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.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts