DEV Community

Cover image for Trace Through a Kafka Cluster with Rust and OpenTelemetry

Trace Through a Kafka Cluster with Rust and OpenTelemetry

Jan Schulte on March 13, 2023

OpenTelemetry is a fantastic approach to observability, providing additional insight into your applications. While generating spans within a single...
Collapse
 
fmassot profile image
François Massot

This is indeed a good example. I can't resist to tell you that I worked on a storage backend for Jaeger.. not elasticsearch nor cassandra but an OSS search engine written in Rust :) github.com/quickwit-oss/quickwit

And we are Kafka native and we eat our own traces!