From 00a95885dbea3d9485a189c916b2a2a15bf7252a Mon Sep 17 00:00:00 2001 From: Kiichiro YUKAWA Date: Thu, 14 Mar 2024 15:54:16 +0900 Subject: [PATCH] Update internal/observability/metrics/tools/benchmark/benchmark.go Co-authored-by: Hiroto Funakoshi Signed-off-by: Kiichiro YUKAWA --- .../metrics/tools/benchmark/benchmark.go | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/internal/observability/metrics/tools/benchmark/benchmark.go b/internal/observability/metrics/tools/benchmark/benchmark.go index f53c95a06a..370e07cbff 100644 --- a/internal/observability/metrics/tools/benchmark/benchmark.go +++ b/internal/observability/metrics/tools/benchmark/benchmark.go @@ -125,33 +125,6 @@ func (om *operatorMetrics) View() ([]metrics.View, error) { Aggregation: view.AggregationLastValue{}, }, ), - // view.NewView( - // view.Instrument{ - // Name: appliedJobCount, - // Description: appliedJobCountDescription, - // }, - // view.Stream{ - // Aggregation: view.AggregationLastValue{}, - // }, - // ), - // view.NewView( - // view.Instrument{ - // Name: runningJobCount, - // Description: runningJobCountDescription, - // }, - // view.Stream{ - // Aggregation: view.AggregationLastValue{}, - // }, - // ), - // view.NewView( - // view.Instrument{ - // Name: completeJobCount, - // Description: completeJobCountDescription, - // }, - // view.Stream{ - // Aggregation: view.AggregationLastValue{}, - // }, - // ), }, nil }