Enum Class FeatureMetric

java.lang.Object
java.lang.Enum<FeatureMetric>
org.elasticsearch.xpack.esql.telemetry.FeatureMetric
All Implemented Interfaces:
Serializable, Comparable<FeatureMetric>, Constable

public enum FeatureMetric extends Enum<FeatureMetric>
ESQL "features" returned by the usage API. This mostly tracks new commands. If you add something here you must add it to the tests in 60_usage.yml then run them with:
./gradlew -p x-pack/plugin/esql/qa/server/single-node/ yamlRestTest \
    -Dtests.method='*60*'
and
./gradlew -p x-pack/plugin/esql/qa/server/single-node/ yamlRestTest \
    -Dbuild.snapshot=false -Dtests.jvm.argline=-Dbuild.snapshot=false \
    -Dlicense.key="x-pack/license-tools/src/test/resources/public.key" \
    -Dtests.method='*60*'