Skip to content

Commit e763d0c

Browse files
Invalid metric type
Signed-off-by: Alexey Kudinkin <ak@anyscale.com>
1 parent 64d9f81 commit e763d0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/ray/data/_internal/execution/interfaces/op_runtime_metrics.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,13 +485,11 @@ class OpRuntimeMetrics(metaclass=OpRuntimesMetricsMeta):
485485
default=0,
486486
description="Time spent running tasks to completion.",
487487
metrics_group=MetricsGroup.TASKS,
488-
metrics_type=MetricsType.Counter,
489488
)
490489
task_completion_time_excl_backpressure_s: float = metric_field(
491490
default=0,
492491
description="Time spent running tasks to completion without backpressure.",
493492
metrics_group=MetricsGroup.TASKS,
494-
metrics_type=MetricsType.Counter,
495493
)
496494
block_size_bytes: list[int] = metric_field(
497495
default_factory=list,

0 commit comments

Comments
 (0)