Skip to content

Commit

Permalink
fix(server): fix the bug which promtheus cant collect hg metric
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyBoy-WYH committed Feb 21, 2024
1 parent c787baf commit 7d75e0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ public static synchronized ServerOptions instance() {
"arthas.ip",
"The IP provided by Arthas, it can be accessible from the outside.",
disallowEmpty(),
"0.0.0.0"
"127.0.0.1"
);

public static final ConfigOption<String> ARTHAS_DISABLED_COMMANDS =
Expand Down

0 comments on commit 7d75e0d

Please sign in to comment.