File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/telemetry Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 3131import org .elasticsearch .xpack .esql .plan .logical .Rename ;
3232import org .elasticsearch .xpack .esql .plan .logical .Row ;
3333import org .elasticsearch .xpack .esql .plan .logical .RrfScoreEval ;
34+ import org .elasticsearch .xpack .esql .plan .logical .Sample ;
3435import org .elasticsearch .xpack .esql .plan .logical .UnresolvedRelation ;
3536import org .elasticsearch .xpack .esql .plan .logical .inference .Completion ;
3637import org .elasticsearch .xpack .esql .plan .logical .inference .Rerank ;
@@ -68,7 +69,8 @@ public enum FeatureMetric {
6869 INSIST (Insist .class ::isInstance ),
6970 FORK (Fork .class ::isInstance ),
7071 RRF (RrfScoreEval .class ::isInstance ),
71- COMPLETION (Completion .class ::isInstance );
72+ COMPLETION (Completion .class ::isInstance ),
73+ SAMPLE (Sample .class ::isInstance );
7274
7375 /**
7476 * List here plans we want to exclude from telemetry
You can’t perform that action at this time.
0 commit comments