Private worker usage statistics for the current billing cycle.
WorkerUsage!
WorkerUsage!- cycleWorkerUsageCycle!The billing cycle these numbers are scoped to.
- Per-day series over the elapsed part of the cycle, including today so far. One point per day, including days with no activity at all. `percentiles` picks which percentiles each point resolves in concurrencyAtPercentilesToDate; each must be in [0, 100] and at most 5 may be requested, matching concurrencyPercentiles. Omit it to skip that work.
- Concurrency of private workers at each requested percentile, over the part of the cycle that has elapsed. Returns exactly the requested percentiles, in request order. Each percentile must be in [0, 100]; at most 5 may be requested.
- concurrencyAtContractedPercentileConcurrency at the percentile the contract bills on (contractedPercentile). Null when there is no contract or the contract has no percentile, matching contractedPercentile.
- contractedLimitWorker concurrency limit defined in the contract. Null when unlimited or no contract.
- contractedPercentileBilled percentile, e.g. 95. Null when there is no contract.
- burstWorkerUsageBurstNull unless the contract has both a limit and a percentile.