Skip to content

ESQL - Enable telemetry for COMPLETION command #127731

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

Merged
merged 6 commits into from
May 22, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Enable telemetry
  • Loading branch information
svilen-mihaylov-elastic committed May 5, 2025
commit 6b8a84e06d5c66a1f13d077ea221e6c5185328cf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import org.elasticsearch.common.io.stream.StreamOutput;
import org.elasticsearch.inference.TaskType;
import org.elasticsearch.xpack.esql.capabilities.PostAnalysisVerificationAware;
import org.elasticsearch.xpack.esql.capabilities.TelemetryAware;
import org.elasticsearch.xpack.esql.common.Failures;
import org.elasticsearch.xpack.esql.core.expression.Attribute;
import org.elasticsearch.xpack.esql.core.expression.AttributeSet;
Expand All @@ -37,6 +38,7 @@ public class Completion extends InferencePlan<Completion>
implements
GeneratingPlan<Completion>,
SortAgnostic,
TelemetryAware,
PostAnalysisVerificationAware {

public static final String DEFAULT_OUTPUT_FIELD_NAME = "completion";
Expand Down