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

Refactor tenancy checking from gRPC to gRPC batch consumer #3718

Merged
merged 2 commits into from
Jun 2, 2022

Conversation

esnible
Copy link
Contributor

@esnible esnible commented May 31, 2022

Signed-off-by: Ed Snible [email protected]

The addresses #3688 (comment) by moving tenancy checking so that the OTLP consumer can reuse it.

@esnible esnible marked this pull request as ready for review May 31, 2022 15:47
@esnible esnible requested a review from a team as a code owner May 31, 2022 15:47
@esnible esnible requested a review from yurishkuro May 31, 2022 15:47
@codecov
Copy link

codecov bot commented May 31, 2022

Codecov Report

Merging #3718 (c59efc0) into main (3499c88) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #3718      +/-   ##
==========================================
- Coverage   97.47%   97.47%   -0.01%     
==========================================
  Files         271      271              
  Lines       16017    16023       +6     
==========================================
+ Hits        15613    15618       +5     
  Misses        319      319              
- Partials       85       86       +1     
Impacted Files Coverage Δ
cmd/collector/app/handler/grpc_handler.go 100.00% <100.00%> (ø)
cmd/collector/app/handler/otlp_receiver.go 100.00% <100.00%> (ø)
plugin/storage/badger/spanstore/reader.go 95.50% <0.00%> (-0.71%) ⬇️
cmd/query/app/static_handler.go 95.80% <0.00%> (ø)
pkg/config/tlscfg/cert_watcher.go 94.73% <0.00%> (+2.10%) ⬆️

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 3499c88...c59efc0. Read the comment docs.

yurishkuro
yurishkuro previously approved these changes Jun 1, 2022
@esnible
Copy link
Contributor Author

esnible commented Jun 2, 2022

Note: I force pushed because I rebased so that it would merge. The only change is the rebase.

@yurishkuro yurishkuro merged commit 2530903 into jaegertracing:main Jun 2, 2022
albertteoh pushed a commit to albertteoh/jaeger that referenced this pull request Jul 13, 2022
…cing#3718)

* Refactor tenancy checking from gRPC to gRPC batch consumer

Signed-off-by: Ed Snible <[email protected]>

* Pseudo-constructor to initialize batchConsumer

Signed-off-by: Ed Snible <[email protected]>
Signed-off-by: Albert Teoh <[email protected]>
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.

2 participants