-
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
Remove olivere elastic client from OTEL #2448
Conversation
Signed-off-by: Pavol Loffay <[email protected]>
cc) @joe-elliott :) |
Signed-off-by: Pavol Loffay <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #2448 +/- ##
=======================================
Coverage 95.56% 95.56%
=======================================
Files 208 208
Lines 10679 10679
=======================================
Hits 10205 10205
Misses 402 402
Partials 72 72 Continue to review full report at Codecov.
|
@@ -19,5 +18,5 @@ require ( | |||
github.com/uber/jaeger-client-go v2.23.1+incompatible | |||
github.com/uber/jaeger-lib v2.2.0+incompatible | |||
go.opentelemetry.io/collector v0.8.1-0.20200820012544-1e65674799c8 | |||
go.uber.org/zap v1.15.0 | |||
go.uber.org/zap v1.16.0 |
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.
Can you rebase? This change has been merged into master.
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.
This is OK here, that PR should have changed the version also here.
* Remove olivere elastic client from OTEL Signed-off-by: Pavol Loffay <[email protected]> * Do not initialize after cleanup, use 1shard 0rep Signed-off-by: Pavol Loffay <[email protected]> Signed-off-by: albertteoh <[email protected]>
Signed-off-by: Pavol Loffay [email protected]
This should completely remove dependency on olivere client from OTEL. It's not needed as we use only the elastic.co client.