Restarts

This component contains information about restarts during the requested period(s).

{
  "component": "/restarts",
  "data": [
    {
      "range": "15m",
      "kills": 0,
      "restarts": 1
    }
  ]
}
range

The time period for which the data is aggregated.

restarts

The number of times this instance of CUE Zipline has been restarted in the specified period.

kills

The number of the reported restarts that were forced.