Skip to content

Commit

Permalink
state parts dump to use 4040 as default prometheus port (near#10127)
Browse files Browse the repository at this point in the history
change default prometheus addr from 0.0.0.0:9090 to 4040
  • Loading branch information
ppca authored Nov 8, 2023
1 parent 5754005 commit a78dbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/state-parts-dump-check/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub enum StatePartsDumpCheckSubCommand {
#[derive(clap::Parser)]
pub struct LoopCheckCommand {
/// Listen address for prometheus metrics.
#[clap(long, default_value = "0.0.0.0:9090")]
#[clap(long, default_value = "0.0.0.0:4040")]
prometheus_addr: String,
// address of RPC server to retrieve latest block, epoch information
#[clap(long)]
Expand Down

0 comments on commit a78dbe0

Please sign in to comment.