-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Breaking Change: Remove usage of ocagent package for oc exporter #1516
Conversation
8cd1ee5
to
0681d78
Compare
Codecov Report
@@ Coverage Diff @@
## master #1516 +/- ##
==========================================
+ Coverage 91.57% 91.85% +0.28%
==========================================
Files 254 254
Lines 17472 17452 -20
==========================================
+ Hits 16000 16031 +31
+ Misses 1060 1014 -46
+ Partials 412 407 -5
Continue to review full report at Codecov.
|
db1879d
to
c85ea21
Compare
// Cannot use WaitForReady in the calls because we don't have a "deadline" | ||
// set for every message, tradeoff to use streaming, also does not help with | ||
// individual messages. So to achieve something similar, we block to ensure we connect. | ||
if cfg.WaitForReady { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this means if WaitForReady=true and we cannot connect then startup will be aborted, right? Is this an expected behavior?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed for the moment. Will think about this and add later, was mostly useful for some tests, but don't have to support it now.
57dd701
to
c813dfc
Compare
if oce.tracesClients != nil { | ||
// First remove all the clients from the channel. | ||
for i := 0; i < oce.cfg.NumWorkers; i++ { | ||
<-oce.tracesClients |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also honor cancellation context?
761d8d5
to
bbc9452
Compare
The config for OpenCensus exporter removed . Signed-off-by: Bogdan Drutu <[email protected]>
The config for OpenCensus exporter removed
reconnection_delay
.