Skip to content

Commit 6b8a84e

Browse files
Enable telemetry
1 parent 542df25 commit 6b8a84e

File tree

1 file changed

+2
-0
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/inference

1 file changed

+2
-0
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/inference/Completion.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import org.elasticsearch.common.io.stream.StreamOutput;
1313
import org.elasticsearch.inference.TaskType;
1414
import org.elasticsearch.xpack.esql.capabilities.PostAnalysisVerificationAware;
15+
import org.elasticsearch.xpack.esql.capabilities.TelemetryAware;
1516
import org.elasticsearch.xpack.esql.common.Failures;
1617
import org.elasticsearch.xpack.esql.core.expression.Attribute;
1718
import 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";

0 commit comments

Comments
 (0)