Tag: #logging
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 9 posts
Making Logs Searchable, and Not Going Broke Doing It — Structuring, Mapping Explosions, Retention, and Real Cost
The point where log costs overtake compute costs arrives for most organizations. What delays that point isn't the compression ratio — it's the decision about what becomes a field. This post covers field design for struct
2026-08-02 · 15 min read #observability#logging#opensearch#elasticsearch#costDesigning Structured Logging — Logs That Actually Help During an Incident
If you have ever given up while grepping logs in the middle of an incident, the log design is wrong. This post covers how to separate logs humans read from logs machines read, which fields must appear on every single lin
2026-07-26 · 12 min read #observability#logging#structured-logging#opentelemetry#incident-responseObservability 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#llmReading Logs and Stack Traces Like a Detective
A stack trace is a crime scene; logs are witness statements. How to read a stack trace top to bottom (the top is where it blew up, the bottom is the origin), follow the "caused by" chain, use structured/JSON logging, cor
2026-06-28 · 13 min read #logging#debugging#stack-trace#observabilityObservability & Monitoring Complete Guide 2025: Logging, Metrics, Tracing, Alerting Strategy
Everything about Observability! Three Pillars (Logs/Metrics/Traces), OpenTelemetry, Prometheus+Grafana, ELK Stack, Distributed Tracing (Jaeger/Tempo), Alerting Strategy (PagerDuty/OpsGenie), SLO/SLI/SLA, Cost Optimizatio
2026-03-25 · 18 min read #observability#monitoring#logging#distributed-tracing#metricsObservability Complete Guide 2025: Making Systems Transparent with Prometheus, Grafana, and OpenTelemetry
Master the three pillars of observability (Metrics/Logs/Traces)! Prometheus queries (PromQL), Grafana dashboards, OpenTelemetry instrumentation, Jaeger distributed tracing, ELK/Loki logging, alerting strategies, SLI/SLO/
2026-03-23 · 16 min read #observability#monitoring#prometheus#grafana#opentelemetryGrafana LGTM Stack Complete Guide: Building Unified Observability with Loki + Grafana + Tempo + Mimir
Build a unified observability platform that manages Logs, Metrics, and Traces with the Grafana LGTM (Loki, Grafana, Tempo, Mimir) stack. Includes Docker Compose hands-on, OpenTelemetry integration, and Mermaid architectu
2026-03-02 · 7 min read #observability#grafana#loki#tempo#mimirGrafana + Loki + Promtail Log Pipeline Setup Guide
A hands-on guide to building a lightweight log collection, storage, and visualization pipeline with Grafana, Loki, and Promtail using Docker Compose, including label-based queries and alerting configuration
2026-03-02 · 9 min read #grafana#loki#promtail#observability#loggingFluent Bit Complete Guide: Architecture, Configuration, and Kubernetes Integration for the Lightweight Log Processor
A comprehensive guide covering Fluent Bit lightweight architecture and pipeline (Input, Parser, Filter, Buffer, Output) structure, Kubernetes DaemonSet deployment, log routing, parser configuration, Elasticsearch/Loki/S3
2026-03-01 · 41 min read #fluent-bit#logging#observability#kubernetes#fluentd