-
Notifications
You must be signed in to change notification settings - Fork 867
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
Add support for elasticsearch 7 rest client #2528
Conversation
Looking at muzzle configurations for |
@iNikem Thanks. Added |
scope.close(); | ||
if (throwable != null) { | ||
tracer().endExceptionally(context, throwable); | ||
} |
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.
Nit: can you add a comment like
// span ended in RestResponseListener
below?
No description provided.