Skip to content

Commit

Permalink
fix remove port options
Browse files Browse the repository at this point in the history
  • Loading branch information
a3510377 committed Nov 9, 2023
1 parent b74c8f1 commit 25b0320
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public class InfoCommandSettings {
)
public static boolean prometheusEnable = false;
@Rule(
options = {"9060", "9061", "9062", "9063"},
category = {INFO_COMMAND},
desc = "prometheus server port",
validate = ValidatePrometheusPort.class
Expand Down

0 comments on commit 25b0320

Please sign in to comment.