Trace Through a Kafka Cluster with Rust and OpenTelemetry

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • tracing

    Application level tracing for Rust.

    Let's look at some code. We have different ways to create spans in Rust. In this article, we focus on creating spans manually, not covering any abstractions such as tracing.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • opentelemetry-rust

    The Rust OpenTelemetry implementation

    (Source: https://github.com/open-telemetry/opentelemetry-rust/blob/main/examples/http/src/client.rs)

  • rust-rdkafka

    A fully asynchronous, futures-based Kafka client library for Rust based on librdkafka

    For this example, we're using rdkafka to build producers and consumers, because it allows us to specify custom headers for each record.

  • kafka-tracing-blog-post-example-code

    Example code for Kafka Tracing with OpenTelemetry

    Source code: https://github.com/schultyy/kafka-tracing-blog-post-example-code/tree/main

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

  • Show HN: Unbug – Rust macros for programmatically invoking breakpoints

    3 projects | news.ycombinator.com | 20 Nov 2024
  • Monitoring Browser Applications with OpenTelemetry

    1 project | dev.to | 5 Sep 2024
  • OpenTelemetry-Go: Instrument Your Go Applications with Ease

    1 project | news.ycombinator.com | 9 Aug 2024
  • Show HN: Telemetry.sh – Simplifying Telemetry Measurement

    1 project | news.ycombinator.com | 5 Aug 2024
  • Powerful Visibility with Rust, Lambda, Datadog, and OpenTelemetry

    4 projects | dev.to | 2 Aug 2024

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