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

:chart_with_upwards_trend: add framework for send gRPC client metrics

a532b7d
Select commit
Loading
Failed to load commit list.
Merged

Implement client metrics interceptor for continuous benchmark job #2477

:chart_with_upwards_trend: add framework for send gRPC client metrics
a532b7d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Apr 9, 2024 in 1s

38.54% of diff hit (target 18.90%)

View this Pull Request on Codecov

38.54% of diff hit (target 18.90%)

Annotations

Check warning on line 37 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#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 45 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#L39-L45

Added lines #L39 - L45 were not covered by tests

Check warning on line 54 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#L48-L54

Added lines #L48 - L54 were not covered by tests

Check warning on line 60 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#L57-L60

Added lines #L57 - L60 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#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 72 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#L67-L72

Added lines #L67 - L72 were not covered by tests

Check warning on line 77 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#L75-L77

Added lines #L75 - L77 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 81 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#L78-L81

Added lines #L78 - L81 were not covered by tests

Check warning on line 83 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#L83

Added line #L83 was 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