File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/inference Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1+ pr : 127731
2+ summary : ESQL - Enable telemetry for COMPLETION command
3+ area : Search
4+ type : feature
5+ issues : []
Original file line number Diff line number Diff line change 1212import org .elasticsearch .common .io .stream .StreamOutput ;
1313import org .elasticsearch .inference .TaskType ;
1414import org .elasticsearch .xpack .esql .capabilities .PostAnalysisVerificationAware ;
15+ import org .elasticsearch .xpack .esql .capabilities .TelemetryAware ;
1516import org .elasticsearch .xpack .esql .common .Failures ;
1617import org .elasticsearch .xpack .esql .core .expression .Attribute ;
1718import org .elasticsearch .xpack .esql .core .expression .AttributeSet ;
@@ -37,6 +38,7 @@ public class Completion extends InferencePlan<Completion>
3738 implements
3839 GeneratingPlan <Completion >,
3940 SortAgnostic ,
41+ TelemetryAware ,
4042 PostAnalysisVerificationAware {
4143
4244 public static final String DEFAULT_OUTPUT_FIELD_NAME = "completion" ;
You can’t perform that action at this time.
0 commit comments