A run's worker metrics grouped by what they describe, each measurement next
to the stack comparison it can be judged against. These are measurements
only: whether a value is slow is for the reader to decide, and whether the
metrics are complete is what `observabilityStatus.metrics` says.
- durationRunWorkerMetricsDuration!Wall-clock time the run spent on the worker: final for a finished run, elapsed so far for one still going. Waits between worker executions are not counted. The P95 is drawn from runs that applied, so it is only given for a run that measured an apply itself.
- One entry per run state that either this run or the comparison runs measured, in execution order. A state the worker does not trace has no entry.
- failedResourcesRunWorkerMetricsFailedResources!
- providers[RunWorkerMetricsProvider!]!Providers the run installed, ordered by address.
- comparisonRunWorkerMetricsComparison!The population the P95 values were drawn from.