Langfuse v4: up to 165ร— faster ยท Read more
DocsPulse

Pulse

Pulse is a compact chart strip above the events table. 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 spent or p95 latency. The spike you are hunting for is a tall bar, not a row you have to sort your way down to. Click or drag a spike and the table narrows to that window.

Pulse runs on the Langfuse v4 events data model. It appears above the main events table; it is not shown when the table is scoped to a single user or session. On self-hosted deployments, it is available after upgrading to Langfuse v4.

Pulse is always on above the events table.

What each bar shows

Each bar is one time bucket. Its height is a single aggregate of the events in that bucket, so a tall bar is a bucket that stands out: a high-volume, expensive, or slow window.

The bars span the full selected time range. A bucket with no events is a gap on the baseline rather than absent space, so a quiet stretch reads as a flat baseline and a spike stands out against it. Bars use a square-root height scale: real count, cost, and latency outliers can run many times the base load, and a linear scale would flatten everything but the peak, so the scale keeps the base load readable while the outlier still dominates.

Bucket width adapts to the range and the available width. Langfuse picks the finest bucket that fits the range into the strip, from one minute up to one week, so a one-hour range and a one-month range both fill the strip with bars.

Hover a bar to read its time bucket, the metric value, and how many events fell in it. When events exist in a bucket but carry no value for the current metric, the bar shows a faint activity tick instead of a height, so a missing metric never reads as "nothing happened". When the range holds no events at all, the strip reads No events in range; when it holds events but none carry the current metric, it reads No [metric] data in range.

Metric modes

A dropdown at the left of the strip switches what the bars plot:

  • Count โ€” the number of observations in each bucket. This is the default.
  • Cost โ€” the total spent in each bucket.
  • Latency โ€” how slow the bucket ran: p95 by default, with the median (p50) available from a second dropdown next to the metric name.

Your metric and aggregate choices are remembered across visits.

Pulse turns spotting a spike into navigating to it.

  • Click a bar and the table's time range narrows to that bucket, showing exactly the events in the spike.
  • Drag across a range of bars to select a wider span. The selection applies when you release.
  • Browser Back returns you to the range you started from, so exploring costs you nothing.

An empty bucket does not navigate, since there would be nothing to show.

On touch devices, a tap or drag previews the span with a pinned tooltip and an Explore this window action instead of changing the range immediately, so an accidental touch never moves you.

Filters it applies

Pulse plots the same filtered query as the events table below it. The time range, the sidebar facets, and the search bar all carry over.

A few filters cannot be expressed as an aggregate over time, so the strip cannot apply them:

  • Numeric measures used as filters (filtering by latency, cost, or token value). Cost and latency remain available as strip metrics; only filtering the rows by their value is unavailable.
  • Scores, metadata, and comments filters.
  • Full-text search and field-scoped text search (input:, output:).
  • Presence checks (has: and -has:).

When any of these filters or searches are active, Pulse disables the strip instead of showing aggregate data that does not represent the filtered table. The table remains available and continues to honor the active filters.

Pulse and charting the table

Pulse and Chart any table both draw the events table's data, but they answer different questions. Pulse is an always-on strip above the table for finding and jumping to outliers, one bar per time bucket. Charting the table replaces the table with a full, configurable chart (type, metric, aggregation, breakdown) of the same filtered query, and can be saved to a dashboard. Use Pulse to spot and drill into a spike; switch to a chart when you want to shape a view and keep it.

Learn more


Was this page helpful?

Last edited