Pulse: find the outliers in your traces
A compact chart strip above the Observations table. See count, cost, and latency spikes over time, then click or drag a spike to narrow the table to that window.
The Observations table is where you go when something in your traces looks off. Pulse puts a compact chart strip right above it, so the spikes in your data are the first thing you see. Each bar covers a slice of time and shows the number of observations by default. You can also use it to see the total cost you spent or how slow events ran at the 95th percentile. The outlier you are hunting for is a tall bar, not a row you have to sort your way down to.
Find it, then drill into it
Pulse turns spotting an outlier into navigating to it. Click a tall bar and the table narrows to that time window, showing exactly the events that made the spike. Drag across a range of bars to select a wider span; it applies when you let go. Browser Back returns you to where you started, so poking around costs you nothing.
One dropdown switches what the strip plots: Count, Cost, or Latency. Count is selected by default and shows the number of observations in each bucket. Cost shows the total spent; latency defaults to p95, with the median (p50) one click away. The bars are time buckets across your full range, so a quiet stretch reads as a flat baseline rather than empty space.
When active filters or search terms cannot be represented accurately in the aggregate data, Pulse disables the chart instead of showing misleading results. The Observations table remains available with the selected filters.
This is how you hunt down volume, cost, or latency outliers on the Langfuse v4 data model: one cheap aggregate query over time, rather than a per-row sort across your whole dataset.