Skip to content

Commit

Permalink
Merge pull request #32485 from vespa-engine/olaaun-patch-1
Browse files Browse the repository at this point in the history
Change METRIC_SET default value
  • Loading branch information
olaaun authored Sep 27, 2024
2 parents 7a3a408 + 960ee13 commit 3e66346
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public class PermanentFlags {
INSTANCE_ID);

public static final UnboundStringFlag METRIC_SET = defineStringFlag(
"metric-set", "Vespa",
"metric-set", "Vespa9",
"Determines which metric set we should use for the given application",
"Takes effect on next host admin tick",
INSTANCE_ID);
Expand Down

0 comments on commit 3e66346

Please sign in to comment.