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

fix: Add ENV variable to configure GRPC Keep Alive Time (#15656) #15806

Merged

Merge branch 'master' into feature/configure_grpc_timeout

f54e034
Select commit
Loading
Failed to load commit list.
Merged

fix: Add ENV variable to configure GRPC Keep Alive Time (#15656) #15806

Merge branch 'master' into feature/configure_grpc_timeout
f54e034
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 18, 2023 in 0s

49.56% (-0.06%) compared to 9e0e8d5

View this Pull Request on Codecov

49.56% (-0.06%) compared to 9e0e8d5

Details

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (9e0e8d5) 49.62% compared to head (f54e034) 49.56%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #15806      +/-   ##
==========================================
- Coverage   49.62%   49.56%   -0.06%     
==========================================
  Files         267      269       +2     
  Lines       46479    46558      +79     
==========================================
+ Hits        23063    23075      +12     
- Misses      21144    21211      +67     
  Partials     2272     2272              
Files Coverage Δ
common/common.go 31.57% <100.00%> (ø)
server/server.go 56.23% <100.00%> (ø)
pkg/apiclient/grpcproxy.go 0.00% <0.00%> (ø)
util/grpc/grpc.go 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.