diff --git a/src/ray/stats/metric_defs.h b/src/ray/stats/metric_defs.h index 6f6d45411..9b07e3fc8 100644 --- a/src/ray/stats/metric_defs.h +++ b/src/ray/stats/metric_defs.h @@ -195,10 +195,10 @@ static Sum NumWorkersStarted( "The total number of worker processes the worker pool has created.", "processes"); -static Sum NumSpilledTasks("internal_num_spilled_tasks", - "The cumulative number of lease requeusts that this raylet " - "has spilled to other raylets.", - "tasks"); +static Gauge NumSpilledTasks("internal_num_spilled_tasks", + "The cumulative number of lease requeusts that this raylet " + "has spilled to other raylets.", + "tasks"); static Gauge NumInfeasibleSchedulingClasses( "internal_num_infeasible_scheduling_classes",