Category: Metrics

Articles tagged Metrics

Subscribe
Filters
Native OTLP metrics ingestion on Elastic Cloud Hosted
Observability Labs

Native OTLP metrics ingestion on Elastic Cloud Hosted

Send an exponential OpenTelemetry histogram and Elasticsearch keeps the scale and buckets you sent. All four type and temporality combinations work now, and your SDK and Collector config stay exactly as they are.

Maurizio Branca
How one ES|QL query builds a metric chart for every metric in Elasticsearch
Observability Labs

How one ES|QL query builds a metric chart for every metric in Elasticsearch

METRICS_INFO reports what metrics are in your data and how to aggregate each one, so Kibana Discover can chart counters, gauges and histograms correctly with no configuration and no field names to look up.

Katerina Patticha
From a 582ms latency spike to the team that owns it, using Kibana Discover
Observability Labs

From a 582ms latency spike to the team that owns it, using Kibana Discover

Getting there takes a data view, some filter pills, a KQL query and a switch to Lucene query syntax, but the part that actually names the team is one ES|QL LOOKUP JOIN against a service catalog index.

Jeffrey Rengifo
Kubernetes observability: SLO templates that turn alerts into error budgets
Observability Labs

Kubernetes observability: SLO templates that turn alerts into error budgets

Two bad rollouts burned 88% of a 30-day error budget while the SLI still read 99.56%. This post adds four SLO templates that bring burn-rate tracking to the OTel-based alert rules from Part 1, no new instrumentation required.

Agi K Thomas
Correlate logs, metrics, and traces in one ES|QL query
Observability Labs

Correlate logs, metrics, and traces in one ES|QL query

Walk through four investigations, from CPU saturation to pod memory pressure, each answered by a single query across signal types.

Vinay Chandrasekhar
vLLM Prometheus metrics for self-hosted LLM tuning: TTFT, KV Cache, and GPU Utilization
Observability Labs

vLLM Prometheus metrics for self-hosted LLM tuning: TTFT, KV Cache, and GPU Utilization

Tuning a self-hosted vLLM inference using its Prometheus metrics in Elastic Observability — TTFT, KV cache, prefix caching and DCGM GPU counters

Bahubali Shetti
From CrashLoopBackOff to OOMKilled with PromQL in Elasticsearch and Kibana
Observability Labs

From CrashLoopBackOff to OOMKilled with PromQL in Elasticsearch and Kibana

Use PromQL in Elasticsearch and Kibana to move from a CrashLoopBackOff alert to OOMKilled, memory versus the limit, and a verified fix.

Miguel Sánchez Gómez
One edit, every dashboard updated: managing Kibana observability at scale with Terraform
Observability Labs

One edit, every dashboard updated: managing Kibana observability at scale with Terraform

Define your golden-signals panels once in a shared HCL library and use for_each to generate every team's dashboard, with drift detection and git rollback built in.

Jeffrey Rengifo
CrashLoopBackOff to root cause in seconds: automating the 20-minute Kubernetes investigation with Elastic Observability
Observability Labs

CrashLoopBackOff to root cause in seconds: automating the 20-minute Kubernetes investigation with Elastic Observability

Elastic's Kubernetes Experience fires alongside the CrashLoopBackOff alert and delivers a root-cause hypothesis with evidence before you even open it.

Bahubali Shetti
Migrate Datadog Kubernetes dashboards to Elastic Observability in under an hour
Observability Labs

Migrate Datadog Kubernetes dashboards to Elastic Observability in under an hour

See how the migration CLI translates a real Datadog Kubernetes dashboard into validated Kibana panels and uploads it to your cluster in under an hour, no manual widget rebuilds required.

Peter Simkins
Migrate your Grafana Kubernetes dashboard to Elastic Observability: same PromQL, 30x faster queries
Observability Labs

Migrate your Grafana Kubernetes dashboard to Elastic Observability: same PromQL, 30x faster queries

Take a real Grafana Kubernetes dashboard covering pod CPU, memory, node pressure, and restart counts, then migrate it into Elastic Observability with native PromQL in under an hour.

Peter Simkins
Prometheus metrics in Elastic Observability: your PromQL runs unchanged
Observability Labs

Prometheus metrics in Elastic Observability: your PromQL runs unchanged

Point Prometheus from your Kubernetes cluster at Elastic Observability with one config block. PromQL runs unchanged, keep your PromQL no cardinality billing.

Bahubali Shetti