Skip to main content

Sum rate

Calculate the rate of successful HTTP requests by method and route.
Run in Playground

Histogram

Calculate the 90th and 99th percentile HTTP request durations by service.
Run in Playground

Cumulative histogram

interpolate_cumulative_histogram works on histogram metrics using cumulative temporality. interpolate_delta_histogram works on histogram metrics using delta temporality.
Run in Playground

Compute

Compute error rate

Calculate the fraction of HTTP requests returning 5xx errors.
Run in Playground

Service Level Objectives (SLO)

SLO compliance over time

Calculate the fraction of time JVM CPU utilization stays below 80% over a 7-day window.
Run in Playground

SLO histogram

Calculate the fraction of requests completing within the 400ms latency SLO target, measured weekly.
Run in Playground