Last9

Blog

Stories, guides, and lessons from the world of observability

Log Format Standards: JSON, XML, and Key-Value Explained

Log Format Standards: JSON, XML, and Key-Value Explained

A practical look at common log format standards, how JSON, XML, and key-value logs work, and when to use each in production systems.

Faiz Shaikh
Faiz Shaikh
PostgreSQL Performance: Faster Queries and Better Throughput

PostgreSQL Performance: Faster Queries and Better Throughput

Understand how PostgreSQL performance works, from MVCC to query planning, and how to optimize for better throughput and latency.

Faiz Shaikh
Faiz Shaikh
What are Application Metrics?

What are Application Metrics?

Application metrics are key performance signals, like latency, error rate, and throughput, that help you understand how your app behaves in production.

Anjali Udasi
Anjali Udasi
Jaeger Monitoring: Essential Metrics and Alerting for Production Tracing Systems

Jaeger Monitoring: Essential Metrics and Alerting for Production Tracing Systems

Monitor Jaeger in production with core metrics and alerting rules, track trace completion, queue depth, and storage performance at scale.

Anjali Udasi
Anjali Udasi
Why Your Loki Metrics Are Disappearing (And How to Fix It)

Why Your Loki Metrics Are Disappearing (And How to Fix It)

Diagnose missing Loki metrics by fixing recording rule gaps, remote write failures, and high-cardinality issues in production setups.

Faiz Shaikh
Faiz Shaikh
Auto-Instrument Your Applications Using OTel Injector

New in OTel: Auto-Instrument Your Apps with the OTel Injector

Automatically instrument your apps on Linux with the OTel Injector, no code changes, minimal setup, and support for Java, Node.js, Python, and .NET.

Anjali Udasi
Anjali Udasi
OTel Weaver: Consistent Observability with Semantic Conventions

New in OTel: Weaver for Consistent Observability with Semantic Conventions

Achieve consistent, reliable observability with OTel Weaver, validate and standardize telemetry using semantic conventions at ingest.

Anjali Udasi
Anjali Udasi
How Prometheus 3.0 Fixes Resource Attributes for OTel Metrics

New in OTel: How Prometheus 3.0 Fixes Resource Attributes for OTel Metrics

Prometheus 3.0 supports resource attribute promotion for OpenTelemetry metrics, enabling direct labeling without `target_info` joins.

Anjali Udasi
Anjali Udasi
How sum_over_time Works in Prometheus

How sum_over_time Works in Prometheus

Understand how sum_over_time() aggregates metrics in Prometheus, handles gaps, and why step size and staleness can affect accuracy.

Faiz Shaikh
Faiz Shaikh