Jaeger Persistent Storage with Elasticsearch, Cassandra and Kafka

Written by horovits | Published 2020/10/06
Tech Story Tags: jaeger | elasticsearch | kafka | cassandra | observability | database | database-storage | distributed-tracing-system

TLDR Jaeger uses external services such as Elasticsearch, Cassandra and Kafka to ingest and persist trace data in production. The Jaeger collector and query service need to be configured with the storage solution of choice so they can write to it and query it. Elasticsearch vs. Cassandra is comparable with the overall throughput of Jaeger trace data with Elasticsearch. Cassandra is a key-value database, so it is more efficient for retrieving traces by trace ID, but it does not provide the same powerful search capabilities as Elastic search. Jaeger can also be queried directly, e.g. from Kibana dashboards.via the TL;DR App

no story

Written by horovits | Technology Evangelist
Published by HackerNoon on 2020/10/06