Skip to content

airframe-grpc: Support gRPC server interceptors#1246

Merged
xerial merged 1 commit intomasterfrom
grpc-interceptor
Aug 18, 2020
Merged

airframe-grpc: Support gRPC server interceptors#1246
xerial merged 1 commit intomasterfrom
grpc-interceptor

Conversation

@xerial
Copy link
Copy Markdown
Member

@xerial xerial commented Aug 18, 2020

Closes #1245

@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 18, 2020

Codecov Report

Merging #1246 into master will decrease coverage by 0.00%.
The diff coverage is 84.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1246      +/-   ##
==========================================
- Coverage   83.31%   83.30%   -0.01%     
==========================================
  Files         295      296       +1     
  Lines       11404    11414      +10     
  Branches      712      715       +3     
==========================================
+ Hits         9501     9509       +8     
- Misses       1903     1905       +2     
Impacted Files Coverage Δ
...in/scala/wvlet/airframe/http/grpc/GrpcServer.scala 73.91% <75.00%> (-2.56%) ⬇️
...et/airframe/http/grpc/GrpcLoggingInterceptor.scala 100.00% <100.00%> (ø)
...shared/src/main/scala/wvlet/log/io/StopWatch.scala 80.00% <0.00%> (-0.21%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c63799e...1f493de. Read the comment docs.

@xerial xerial merged commit 53db2e0 into master Aug 18, 2020
@exoego exoego deleted the grpc-interceptor branch February 4, 2022 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

airframe-grpc: Support gRPC intercepter for filtering requests

1 participant