Skip to content

Commit

Permalink
Change token for nodes stats adaptive selection submetric (#54193)
Browse files Browse the repository at this point in the history
A poorly-named token was chosen for internal serialization of the
NodesStatsRequest class, and is changed here to a more desirable
value.
  • Loading branch information
williamrandolph authored Mar 26, 2020
1 parent 3664f10 commit 3af0e22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ private enum Metric {
SCRIPT("script"),
DISCOVERY("discovery"),
INGEST("ingest"),
ADAPTIVE_SELECTION("adaptiveSelection");
ADAPTIVE_SELECTION("adaptive_selection");

private String metricName;

Expand Down

0 comments on commit 3af0e22

Please sign in to comment.