WorkerUsageDailyPoint

  • day
    Unix seconds at midnight UTC.
  • max
    Peak concurrent workers that day.
  • concurrencyAtContractedPercentileToDate
    Concurrency at contractedPercentile computed cumulatively from the cycle start through the END of this day, so the last point equals concurrencyAtContractedPercentile. Null exactly when contractedPercentile is null. Unlike max, this excludes the live tail, so on the current day it can lag by a couple of minutes.
  • burstMinutesUsed
    Minutes of THIS day, not cumulative, in which worker concurrency exceeded contractedLimit. Summed over the cycle this equals burst.usedMinutes. Null exactly when contractedLimit is null; 0 means the day stayed within the limit. Excludes the live tail, like the percentile above.