Lag percentiles schema (p50/p90/p95/p99 for one resolution).
Each value is a duration — how far the metric's data lags behind — in the unit of the
enclosing MetricLagEntrySchema entry (e.g. "seconds"), not a unix timestamp: do not
convert it with new Date(p * 1000).
Each percentile is optional: if the API omits one for a resolution, the rest of the
stats still parse and the missing percentile is undefined.
Lag percentiles schema (p50/p90/p95/p99 for one resolution).
Each value is a duration — how far the metric's data lags behind — in the
unitof the enclosing MetricLagEntrySchema entry (e.g."seconds"), not a unix timestamp: do not convert it withnew Date(p * 1000).Each percentile is optional: if the API omits one for a resolution, the rest of the stats still parse and the missing percentile is
undefined.