Tag

Jaeger

1 views collected around this technical thread.

Java Architecture Diary
Java Architecture Diary
Aug 8, 2022 · Operations

How to Integrate Jaeger Tracing with Rainbond Using OpenTelemetry

This guide explains why distributed tracing is essential for micro‑service architectures, introduces Jaeger as an open‑source APM solution, and provides step‑by‑step instructions for deploying and configuring Jaeger on Rainbond with OpenTelemetry, including environment variables, service naming, and topology generation.

APMDistributed TracingJaeger
0 likes · 11 min read
How to Integrate Jaeger Tracing with Rainbond Using OpenTelemetry
Ops Development Stories
Ops Development Stories
Aug 5, 2022 · Cloud Native

Boost Kubernetes Reliability with 4 Essential Open‑Source Monitoring Tools

This article introduces four CNCF‑graduated open‑source projects—Prometheus, Jaeger, OpenTelemetry, and Thanos—that together provide metrics, alerts, tracing, and long‑term storage to improve observability, reduce downtime, and streamline troubleshooting for workloads running on Kubernetes.

JaegerKubernetesOpenTelemetry
0 likes · 9 min read
Boost Kubernetes Reliability with 4 Essential Open‑Source Monitoring Tools
Java Captain
Java Captain
Jul 7, 2019 · Backend Development

Root Cause Analysis of HTTP 400 Errors After Spring Boot and Tomcat Upgrade Due to Nginx Host Header Handling

The article investigates why upgrading Spring Boot (and Tomcat) caused massive HTTP 400 errors in production, traces the issue to Nginx forwarding a Host header with an underscore, explains Tomcat's stricter RFC‑compliant validation introduced in version 8.5.31, and provides reproducible steps and remediation guidance.

Distributed TracingJaegerSpringBoot
0 likes · 7 min read
Root Cause Analysis of HTTP 400 Errors After Spring Boot and Tomcat Upgrade Due to Nginx Host Header Handling
Sohu Tech Products
Sohu Tech Products
Jul 3, 2019 · Cloud Native

Building a Cloud‑Native Distributed Tracing System with Jaeger

This article explains why Jaeger is a popular cloud‑native tracing solution, describes its architecture, sampling options, and deployment strategies on Kubernetes—including DaemonSet and Sidecar modes—followed by a step‑by‑step Django integration example and guidance on monitoring, alerting, and resource cleanup.

Cloud NativeDistributed TracingDjango
0 likes · 13 min read
Building a Cloud‑Native Distributed Tracing System with Jaeger