Metrics question

Suppose Vercel launches a native tracing experience built on OpenTelemetry. What north-star, guardrail, and funnel metrics would you define from telemetry ingestion through successful debugging, and how would you instrument the product so you can distinguish collection health from actual customer value?

Practice this question out loud. An AI interviewer asks it, follows up like a real interviewer would, and scores your answer. Type or speak.

Start a mock interview on this question · Mock interview from a job description

What this question tests

Whether you can design a metrics framework for a telemetry product that separates pipeline health from actual customer value, since a tracing feature can look healthy on ingestion while never helping anyone debug faster.

How to approach it

  1. North star: median time from an incident starting to root cause identified using traces, since that is the actual value promise of tracing.
  2. Funnel metrics from ingestion to value: percentage of deployments with tracing enabled, spans successfully ingested without drops, traces actually opened during an incident, and traces that led to a resolved root cause.
  3. Guardrail metrics: ingestion latency and data loss rate, since a tracing product that drops spans under load is actively harmful to debugging trust.
  4. Instrument collection health, ingestion success rate and latency, as a separate dashboard from customer value metrics, so a healthy pipeline is never mistaken for customers actually benefiting.
  5. Track a leading indicator, traces opened per incident, against the lagging indicator, resolution time reduction, to catch cases where tracing is enabled and collecting data but nobody is actually using it during real incidents.

What a strong answer includes

Common mistakes

Likely follow-up questions

More metrics questions

More questions from Vercel

Learn the skill behind it

Chapters of the AI PM course that teach what this question tests.

Preparing for a specific role?

Book summaries for this kind of question

Browse all 4,000+ questions in the bank