Tag

distributed logging

1 views collected around this technical thread.

Architect's Guide
Architect's Guide
Apr 14, 2025 · Backend Development

Implementing TraceId‑Based Distributed Logging for Rest, MQ, and RPC Modules with Log4j2

This article explains how to generate a unique traceId for each request, propagate it through Rest, RocketMQ, and Dubbo RPC modules, and configure Log4j2 (including custom Message, MessageFactory, and PatternConverter) to output the traceId so that logs across services can be correlated and read sequentially.

AOPDubboJava
0 likes · 8 min read
Implementing TraceId‑Based Distributed Logging for Rest, MQ, and RPC Modules with Log4j2
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.

ELKLogbackMicroservices
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.

ELKLogbackMicroservices
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.

ELKLogbackMicroservices
0 likes · 10 min read
Implementing Distributed Logging with Spring Cloud Sleuth and the ELK Stack
Tencent Cloud Developer
Tencent Cloud Developer
Jul 20, 2020 · Cloud Native

Tencent Eagle Eye Distributed Logging System Cloud Migration Practice

Tencent’s Eagle Eye distributed real‑time monitoring and log analysis platform was migrated to the cloud by rebuilding its LogSender and Kafka‑to‑ES components, switching to cloud CKafka and Elasticsearch, which boosted throughput fourfold, cut resource usage by about half, saved roughly 20 million RMB annually, and set the stage for further enhancements such as comprehensive monitoring and exactly‑once delivery.

Cloud-Native ArchitectureElasticsearchKafka
0 likes · 9 min read
Tencent Eagle Eye Distributed Logging System Cloud Migration Practice
Efficient Ops
Efficient Ops
Oct 18, 2017 · Operations

How Bilibili Scaled Its Log System to 10TB Daily with Elastic Stack

This article details Bilibili's Billions log platform—from its fragmented origins and design goals to the elastic‑stack‑based architecture, shard management, log sampling, custom Go splitters, and monitoring enhancements—highlighting the challenges faced and the roadmap for future improvements.

Big Datadistributed loggingelastic stack
0 likes · 17 min read
How Bilibili Scaled Its Log System to 10TB Daily with Elastic Stack
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Apr 4, 2015 · Backend Development

Zhihu's Early Architecture and Evolution: Backend Development, Distributed Logging, Event‑Driven Design, and Service‑Oriented Architecture

The article chronicles Zhihu's growth from a two‑engineer startup using Python and Tornado on a single Linode server to a large‑scale backend employing high‑availability MySQL, Redis sharding, a custom distributed logging system (Kids), event‑driven processing with Sink and Beanstalkd, component‑based page rendering via ZhihuNode, and a multi‑layer SOA built on evolving RPC frameworks.

Pythonbackend engineeringdistributed logging
0 likes · 10 min read
Zhihu's Early Architecture and Evolution: Backend Development, Distributed Logging, Event‑Driven Design, and Service‑Oriented Architecture