Trace Through a Kafka Cluster with Rust and OpenTelemetry

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
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.

  • opentelemetry-rust

    The Rust OpenTelemetry implementation

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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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

  • Decrusting the tracing crate [video] by Jon Gjengset

    1 project | news.ycombinator.com | 10 Feb 2024
  • dash0hq/otelbin: Web-based tool to facilitate OpenTelemetry collector configuration editing and verification

    1 project | /r/devopsish | 19 Nov 2023
  • How easy is it to swap out your async runtime?

    2 projects | /r/rust | 10 Jul 2023
  • How can I write a tracing subscriber that saves to a database?

    1 project | /r/rust | 3 Jul 2023
  • A locking war story

    2 projects | /r/rust | 1 Jun 2023