Guide to OpenTelemetry Distributed Tracing in Rust

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

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. opentelemetry-specification

    Specifications for OpenTelemetry

    OTLP protocol for shipping telemetry data

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. opentelemetry-rust

    The Rust OpenTelemetry implementation

    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.

  4. opentelemetry-ext-js

    Discontinued 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.

  5. opentelemetry-examples

    Here is a link for the source code.

  6. 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.

  7. 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

  • How we made applications observable by default with OpenTelemetry

    4 projects | dev.to | 28 Aug 2024
  • Running Trace-Based Tests with GitHub Actions and Secrets

    3 projects | dev.to | 24 Jul 2024
  • Instrumenting Django Applications using OpenTelemetry

    5 projects | dev.to | 18 Jul 2024
  • OpenTelemetry Trace Context Propagation for gRPC Streams

    7 projects | dev.to | 19 Jun 2024
  • Top 10 Rusty Repositories for you to start your Open Source Journey

    11 projects | dev.to | 19 Dec 2023

Did you know that Rust is
the 5th most popular programming language
based on number of references?