Part 2 of the OpenObserve performance engineering series. A transposed bloom filter layer cuts random trace_id lookups from 2,584ms to 89ms by collapsing 170 S3 round trips into a single 5,440-byte row read.
Same ~2TB of data, same count query, same querier config — two parameter changes took a Tantivy query from 49 seconds to 2 seconds. Learn how raising compact file size and enabling footer cache drove a 25× speedup by slashing S3 requests from 10,000+ to ~600.
OpenObserve now supports Terraform for infrastructure-as-code deployments, Bring Your Own Bucket for full control over your data storage, and ships targeted UX improvements across the service catalog, traces view, and log correlation.
Learn how to use OpenObserve's RUM source map feature to transform cryptic minified stack traces into readable, debuggable code with original filenames, line numbers, and function names. Covers setup, CI/CD integration, and troubleshooting.
A practical on-call runbook template built for SREs and on-call engineers. Includes a 5-phase response framework, first-5-minutes checklist, and AI-assisted debugging with OpenObserve MCP.
How to monitor n8n workflows with Prometheus metrics and OpenTelemetry tracing using OpenObserve. Covers self-hosted n8n and instrumenting services that call n8n webhooks.
OpenObserve raises $10M Series A to launch Observability 3.0. Discover our AI-native platform featuring an autonomous AI SRE, LLM observability, and anomaly detection.
Learn what MCP servers are available for observability and how to connect AI assistants to logs, metrics, and traces. Includes platform comparison, real use cases, and a 2-minute setup guide.
Datadog bills surprising you? OpenObserve is a free, open source observability platform replacing Datadog for logs, metrics, traces, dashboards, alerts, and RUM with 60–98% lower costs.
Learn how to implement LLM cost monitoring with OpenObserve. This hands-on guide covers token-level tracing, cost dashboards, per-user and per-model spend attribution, VRL-powered span enrichment, real-time alerting, and AI agent cost observability.
OpenTelemetry is free, but your observability backend is not. Learn practical strategies for observability cost reduction using sampling, filtering, retention, and backend architecture choices.
Learn how OpenTelemetry's GenAI Semantic Conventions bring production-grade observability to LLM workloads. A complete guide for DevOps and SRE teams covering traces, metrics, logs, and a hands-on RAG instrumentation walkthrough.
A complete guide to OpenTelemetry: what it is, how the Collector and OTLP work, and how to instrument your first service.
Learn how to add distributed tracing to LangChain and LlamaIndex apps using OpenLLMetry and the OpenTelemetry SDK, with traces flowing into OpenObserve.
What is an MCP gateway? Compare top options and learn how OpenObserve's native MCP server plugs into your AI agent stack for live observability data access.
Complete guide to AI anomaly detection in observability. Discover how machine learning algorithms detect unusual patterns, handle seasonality, and catch issues traditional thresholds miss.
Discover how AI incident management transforms production operations by reducing MTTR by 90%, automating root cause analysis, and cutting alert noise by 80%. Learn how log clustering, trace correlation, and LLM-powered RCA work
Learn how to measure and dramatically reduce Mean Time to Resolution (MTTR) using AI-powered observability. Discover the four phases that inflate MTTR and how modern teams achieve faster incident resolution with intelligent detection, triage, diagnosis, and remediation
Discover how AIOps transforms IT operations with AI-powered anomaly detection, event correlation, and automated remediation. Learn the core capabilities, use cases, and how observability data drives intelligent operations.
We rewrote the XDrain log pattern extraction algorithm in Rust, achieving 40x performance improvements over Python. Learn how we used prefix trees, systematic sampling, and memory-bounded LRU caches to process 361,000 logs/sec in real-time.
AI Assistant and LLM Observability are now live on OpenObserve Cloud. v0.70.0 brings a rebuilt Service Graph, visual query builder, Incident Timeline, and more.