Dash0 acquires Polar Signals

Last updated: September 16, 2026

Derived Metrics

Time-series metrics Dash0 derives from coding harness spans for querying and visualization.

Derived metrics are aggregated time-series counters and histograms Dash0 computes from the raw spans your agents emit. These are not tags on individual spans—they are computed aggregations you query over time. Use them to build dashboards, track token consumption, and measure session characteristics.

For the raw span attributes you can group these metrics by, see Span Attributes.

MetricTypeWhat it measures
dash0.gen_ai.cache_tokens.inputCounterInput tokens served from the prompt cache.
dash0.gen_ai.chats.durationHistogramPer-turn response latency.
dash0.gen_ai.conversationsCounterSessions started.
dash0.gen_ai.conversations.durationHistogramEnd-to-end session duration.
dash0.gen_ai.tokens.inputCounterInput tokens consumed.
dash0.gen_ai.tokens.outputCounterOutput tokens generated.
dash0.gen_ai.tool_callsCounterTool invocations, with an error label for failures.
dash0.gen_ai.tool_calls.durationHistogramTool execution time, exposing _sum, _count, and _bucket for percentiles.

Because the metrics carry the same labels as the spans, you can group any of them by repository, user, model, branch, harness, or team. See Span Attributes for the complete list of grouping dimensions.

Note

These metrics are derived from harness telemetry only. The pull request measurements on the Overview and Productivity tabs, such as time to merge, time to first review, and review depth, come from the GitHub integration rather than from spans, and are not exposed as derived metrics you can query here.

Further Reading

  • Span Attributes: Complete list of span attributes available for grouping and filtering.
  • Track Cost: See spend by model, team, and user.
  • Track Adoption: Understand who uses AI coding and how habitually.
  • Explore Sessions: Drill into individual sessions to see detailed metrics.