Optional blocks

success_errors_histogram

This block determines the presence of success/error historical graphs. Its data structure is as follows;

{
    "data_counts": <int>,
    "data_success": <int>,
    "data_errors": <int>,
    "data_failed": <object>,
    "success_rate": <float>,
}

As such, any error is supported as long as it is produced in this format.

last_runs

This block determines the presence of the last runs display. Its data structure looks like this;

{
    "data_counts": <int>,
    "success_rate": <float>,
    "start_time": <timestamp>,
    "end_time": <timestamp>,
}