Skip to content

Commit

Permalink
Update internal/observability/metrics/tools/benchmark/benchmark.go
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroto Funakoshi <hiroto.funakoshi.hiroto@gmail.com>
Signed-off-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
  • Loading branch information
vankichi and hlts2 committed Mar 14, 2024
1 parent d3c4a02 commit 00a9588
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions internal/observability/metrics/tools/benchmark/benchmark.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Check warning on line 128 in internal/observability/metrics/tools/benchmark/benchmark.go

View check run for this annotation

Codecov / codecov/patch

internal/observability/metrics/tools/benchmark/benchmark.go#L72-L128

Added lines #L72 - L128 were not covered by tests
}

Expand Down

0 comments on commit 00a9588

Please sign in to comment.