Tagged articles
6 articles
Page 1 of 1
Dada Group Technology
Dada Group Technology
Oct 24, 2022 · Backend Development

Design and Implementation of a Business System Trace and Log Reporting Tool

This article presents the challenges of complex business systems, compares distributed tracing and traditional ELK solutions, and details the design, integration steps, usage workflow, and future enhancements of a lightweight SDK-based trace and log reporting platform that improves debugging efficiency and reduces operational overhead.

Distributed TracingJavaMicroservices
0 likes · 13 min read
Design and Implementation of a Business System Trace and Log Reporting Tool
Alibaba Cloud Native
Alibaba Cloud Native
Apr 10, 2021 · Backend Development

Integrating Arthas with Spring Boot Admin: Live Debugging, JMX Management, and Hot Code Updates

This guide explains how to embed the Arthas Java diagnostic console into Spring Boot Admin, covering project setup, Maven resource configuration, external view linking, custom Spring MVC controllers, Arthas Spring Boot plugin adjustments, and JMX exposure via Spring Actuator, along with practical usage notes and known limitations.

ArthasHot Code UpdateJava Diagnostics
0 likes · 12 min read
Integrating Arthas with Spring Boot Admin: Live Debugging, JMX Management, and Hot Code Updates
Java Architecture Diary
Java Architecture Diary
Mar 23, 2020 · Backend Development

Why SpringBoot Admin Shows Services Offline and How to Fix Sentinel Health

This article explains how SpringBoot Admin visualizes service status via the Spring Actuator health endpoint, why some services appear offline despite functioning, and provides step‑by‑step troubleshooting of Sentinel health checks, including configuration tweaks and code examples to ensure proper initialization and connectivity.

SpringBootbackend-monitoringhealth check
0 likes · 7 min read
Why SpringBoot Admin Shows Services Offline and How to Fix Sentinel Health