Tag: #tracing
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Instrumenting Your App With OpenTelemetry — From Auto-Instrumentation to Manual Spans, and Why You Put a Collector in Front
Instrumentation isn't about installing an SDK — it's about following an order of operations. This post builds a skeleton in a day with auto-instrumentation, locks down resource attributes first, and shows the order for a
2026-08-02 · 16 min read #observability#opentelemetry#instrumentation#otel-collector#tracingObservability Deep Dive: Logs, Tracing, and LLM Monitoring
From the three pillars — logs, metrics, and traces — and how they correlate through traceid, to the difference between Loki and OpenSearch for logs, OpenTelemetry-centered distributed tracing (Jaeger and Tempo), and the
2026-07-03 · 14 min read #observability#opentelemetry#tracing#logging#llm