RunMinutesTotals

Minutes that ran on a worker, split by whether that worker belonged to the public (default) pool. Only executing run states count: a run waiting in the queue has no worker assigned, so its minutes are recorded as private, and counting them would report queue time as private worker time. That filter is why these two numbers sum to less than dailyByRunType / dailyByRunState.
  • publicMinutes
    Minutes that ran on the public (default) worker pool.
  • privateMinutes
    Minutes that ran on a private worker pool.