← all posts

grep "#observability" posts/*

3 results

Production-Ready Logging and Observability in Go

Setting up structured logging, distributed tracing, and metrics in Go services — slog, OpenTelemetry, Prometheus, and the observability stack.

goobservabilitybackend

Profiling Go Services in Production: CPU, Memory, and Goroutine Leaks

Practical guide to profiling Go services using pprof, trace, and runtime metrics — finding CPU hotspots, memory leaks, and goroutine leaks in production.

goperformanceobservability

Request Context Propagation in Node.js Microservices

How to trace requests across services using AsyncLocalStorage, correlation IDs, and OpenTelemetry in a Node.js microservices architecture.

nodejsmicroservicesdistributed-systemsobservability