Skip to content

Commit

Permalink
enable metrics by default for test
Browse files Browse the repository at this point in the history
  • Loading branch information
shemnon committed Mar 25, 2019
1 parent 968f1c6 commit 5ec4f31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ void setBootnodes(final List<String> values) {
@Option(
names = {"--metrics-enabled"},
description = "Set to start the metrics exporter (default: ${DEFAULT-VALUE})")
private final Boolean isMetricsEnabled = false;
private final Boolean isMetricsEnabled = true;

@SuppressWarnings("FieldMayBeFinal") // Because PicoCLI requires Strings to not be final.
@Option(
Expand Down

0 comments on commit 5ec4f31

Please sign in to comment.