Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement client metrics interceptor for continuous benchmark job #2477

Merged

:recycle: Fix format

211f27c
Select commit
Loading
Failed to load commit list.
Merged

Implement client metrics interceptor for continuous benchmark job #2477

:recycle: Fix format
211f27c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Apr 22, 2024 in 1s

34.78% of diff hit (target 18.90%)

View this Pull Request on Codecov

34.78% of diff hit (target 18.90%)

Annotations

Check warning on line 245 in internal/config/benchmark.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/config/benchmark.go#L244-L245

Added lines #L244 - L245 were not covered by tests

Check warning on line 66 in internal/k8s/vald/benchmark/job/job_template_option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/k8s/vald/benchmark/job/job_template_option.go#L66

Added line #L66 was not covered by tests

Check warning on line 41 in internal/net/grpc/interceptor/client/metric/metric.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/net/grpc/interceptor/client/metric/metric.go#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 49 in internal/net/grpc/interceptor/client/metric/metric.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/net/grpc/interceptor/client/metric/metric.go#L43-L49

Added lines #L43 - L49 were not covered by tests

Check warning on line 58 in internal/net/grpc/interceptor/client/metric/metric.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/net/grpc/interceptor/client/metric/metric.go#L52-L58

Added lines #L52 - L58 were not covered by tests

Check warning on line 64 in internal/net/grpc/interceptor/client/metric/metric.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/net/grpc/interceptor/client/metric/metric.go#L61-L64

Added lines #L61 - L64 were not covered by tests

Check warning on line 78 in internal/net/grpc/interceptor/client/metric/metric.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/net/grpc/interceptor/client/metric/metric.go#L66-L78

Added lines #L66 - L78 were not covered by tests

Check warning on line 86 in internal/net/grpc/interceptor/client/metric/metric.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/net/grpc/interceptor/client/metric/metric.go#L81-L86

Added lines #L81 - L86 were not covered by tests

Check warning on line 91 in internal/net/grpc/interceptor/client/metric/metric.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/net/grpc/interceptor/client/metric/metric.go#L89-L91

Added lines #L89 - L91 were not covered by tests

Check warning on line 362 in internal/net/grpc/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/net/grpc/option.go#L358-L362

Added lines #L358 - L362 were not covered by tests

Check warning on line 367 in internal/net/grpc/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/net/grpc/option.go#L364-L367

Added lines #L364 - L367 were not covered by tests

Check warning on line 78 in pkg/tools/benchmark/job/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/tools/benchmark/job/config/config.go#L78

Added line #L78 was not covered by tests

Check warning on line 76 in pkg/tools/benchmark/job/usecase/benchmarkd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/tools/benchmark/job/usecase/benchmarkd.go#L68-L76

Added lines #L68 - L76 were not covered by tests

Check warning on line 82 in pkg/tools/benchmark/job/usecase/benchmarkd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/tools/benchmark/job/usecase/benchmarkd.go#L80-L82

Added lines #L80 - L82 were not covered by tests

Check warning on line 94 in pkg/tools/benchmark/job/usecase/benchmarkd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/tools/benchmark/job/usecase/benchmarkd.go#L91-L94

Added lines #L91 - L94 were not covered by tests

Check warning on line 62 in pkg/tools/benchmark/operator/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/tools/benchmark/operator/config/config.go#L61-L62

Added lines #L61 - L62 were not covered by tests

Check warning on line 65 in pkg/tools/benchmark/operator/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/tools/benchmark/operator/config/config.go#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 76 in pkg/tools/benchmark/operator/service/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/tools/benchmark/operator/service/option.go#L75-L76

Added lines #L75 - L76 were not covered by tests

Check warning on line 78 in pkg/tools/benchmark/operator/service/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/tools/benchmark/operator/service/option.go#L78

Added line #L78 was not covered by tests

Check warning on line 86 in pkg/tools/benchmark/operator/service/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/tools/benchmark/operator/service/option.go#L85-L86

Added lines #L85 - L86 were not covered by tests

Check warning on line 105 in pkg/tools/benchmark/operator/service/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/tools/benchmark/operator/service/option.go#L104-L105

Added lines #L104 - L105 were not covered by tests

Check warning on line 107 in pkg/tools/benchmark/operator/service/option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/tools/benchmark/operator/service/option.go#L107

Added line #L107 was not covered by tests

Check warning on line 68 in pkg/tools/benchmark/operator/usecase/benchmarkd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/tools/benchmark/operator/usecase/benchmarkd.go#L66-L68

Added lines #L66 - L68 were not covered by tests

Check warning on line 102 in pkg/tools/benchmark/operator/usecase/benchmarkd.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/tools/benchmark/operator/usecase/benchmarkd.go#L102

Added line #L102 was not covered by tests