Tag

Sleuth

0 views collected around this technical thread.

Cognitive Technology Team
Cognitive Technology Team
Apr 15, 2025 · Backend Development

Using Traceable Thread Pools in Spring Cloud to Preserve Trace Context

This article explains why and how to enforce the use of trace‑aware thread pools in Spring Cloud, presenting three approaches—including TraceableExecutorService, Tracer.currentTraceContext().wrap, and TraceCallable/TraceRunnable—to prevent loss of distributed tracing information in multithreaded applications.

JavaSleuthSpring Cloud
0 likes · 4 min read
Using Traceable Thread Pools in Spring Cloud to Preserve Trace Context
Cognitive Technology Team
Cognitive Technology Team
Apr 25, 2022 · Backend Development

Enforcing Traceable Thread Pools in Spring Cloud to Preserve Trace Context

This article explains how to prevent loss of tracing information in Spring Cloud by using traceable thread pools, detailing three approaches: wrapping an ExecutorService with TraceableExecutorService, using Tracer.currentTraceContext().wrap, and employing TraceCallable/TraceRunnable for context propagation.

SleuthSpring Cloudbackend development
0 likes · 4 min read
Enforcing Traceable Thread Pools in Spring Cloud to Preserve Trace Context
Top Architect
Top Architect
Apr 1, 2022 · Backend Development

Implementing Distributed Logging with Spring Cloud Sleuth, Zipkin, and the ELK Stack

This guide explains how to set up distributed logging for microservices using Spring Cloud Sleuth for tracing, Zipkin as a trace UI, and the ELK stack (Elasticsearch, Logstash, Kibana) for log collection, storage, and visualization, including detailed configuration and code examples.

ELKLogbackSleuth
0 likes · 10 min read
Implementing Distributed Logging with Spring Cloud Sleuth, Zipkin, and the ELK Stack
Architecture Digest
Architecture Digest
Mar 29, 2022 · Operations

Integrating Spring Cloud Sleuth with ELK for Distributed Logging in Microservices

This article demonstrates how to set up distributed logging for Spring Cloud microservices using Sleuth for tracing and the ELK stack (Elasticsearch, Logstash, Kibana), covering dependency configuration, service registration, Logback setup, Logstash pipelines, and log querying in Kibana.

ELKLogbackSleuth
0 likes · 10 min read
Integrating Spring Cloud Sleuth with ELK for Distributed Logging in Microservices
IT Architects Alliance
IT Architects Alliance
Dec 30, 2021 · Operations

Implementing Distributed Logging with Spring Cloud Sleuth and the ELK Stack

This guide explains how to set up distributed logging for microservices using Spring Cloud Sleuth, Zipkin, and the ELK stack, covering dependency configuration, service registration, Logstash and Kibana setup, logback-spring.xml customization, and log querying to trace inter‑service calls.

ELKLogbackSleuth
0 likes · 10 min read
Implementing Distributed Logging with Spring Cloud Sleuth and the ELK Stack
Code Ape Tech Column
Code Ape Tech Column
Oct 21, 2021 · Backend Development

Integrating Spring Cloud Sleuth and Zipkin for Distributed Tracing in Microservices

This tutorial explains the principles of distributed tracing, why it is needed for microservice architectures, and provides step‑by‑step instructions for adding Spring Cloud Sleuth and Zipkin—including Maven dependencies, configuration, Docker deployment, and Elasticsearch persistence—to a Spring Cloud project.

Distributed TracingDockerElasticsearch
0 likes · 14 min read
Integrating Spring Cloud Sleuth and Zipkin for Distributed Tracing in Microservices
macrozheng
macrozheng
Oct 21, 2019 · Cloud Native

Master Distributed Tracing with Spring Cloud Sleuth and Zipkin: A Step‑by‑Step Guide

Learn how to integrate Spring Cloud Sleuth for request tracing, configure Zipkin to collect and visualize logs, and persist trace data to Elasticsearch, with detailed code snippets and step‑by‑step instructions for setting up services, running Zipkin, and analyzing trace information.

Distributed TracingElasticsearchSleuth
0 likes · 6 min read
Master Distributed Tracing with Spring Cloud Sleuth and Zipkin: A Step‑by‑Step Guide