-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Refactor tenancy checking from gRPC to gRPC batch consumer #3718
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
524e555
to
dec8a42
Compare
Signed-off-by: Ed Snible <[email protected]>
Signed-off-by: Ed Snible <[email protected]>
dec8a42
to
c59efc0
Compare
Note: I force pushed because I rebased so that it would merge. The only change is the rebase. |
…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]>
Signed-off-by: Ed Snible [email protected]
The addresses #3688 (comment) by moving tenancy checking so that the OTLP consumer can reuse it.