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 }