-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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 unused TracingPlugin interface #80799
Remove unused TracingPlugin interface #80799
Conversation
Turns out we're not really using this, so let's drop it. |
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.
LGTM!
@@ -6,23 +6,14 @@ | |||
* Side Public License, v 1. | |||
*/ | |||
|
|||
package org.elasticsearch.plugins; | |||
package org.elasticsearch.tasks; |
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.
I wonder if we want to make a dedicated package for tracing (as cluster state and auth tracing is not directly related to tasks)?
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.
++ moved to org.elasticsearch.tracing
in f73b052.
I come late to the party but LGTM - This is a good change |
No description provided.