Tagged articles
2 articles
Page 1 of 1
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.

Backend DevelopmentJavaSleuth
0 likes · 4 min read
Using Traceable Thread Pools in Spring Cloud to Preserve Trace Context
Alibaba Cloud Native
Alibaba Cloud Native
Sep 24, 2024 · Cloud Native

How to Achieve End‑to‑End Traceability with RUM and OpenTelemetry

This article explains why Real‑User Monitoring (RUM) is ideal for linking front‑end experience to back‑end tracing, compares major trace‑propagation protocols, and presents practical OpenTelemetry‑based solutions—including RUM‑to‑Span and Span‑to‑RUM patterns—to enable full‑stack observability and impact analysis in cloud‑native environments.

Distributed TracingOpenTelemetryRUM
0 likes · 15 min read
How to Achieve End‑to‑End Traceability with RUM and OpenTelemetry