Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Feb 2, 2024
1 parent 2340acb commit 76f1c08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/cmd_all/src/single_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ pub static DEFAULT_SINGLE_NODE_STATE_STORE_URL: LazyLock<String> = LazyLock::new
)]
/// Here we define our own defaults for the single node mode.
pub struct SingleNodeOpts {
/// The prometheus address used by the single-node cluster.
/// If you have a prometheus instance,
/// it will poll the metrics from this address.
/// The address prometheus polls metrics from.
#[clap(long, env = "RW_SINGLE_NODE_PROMETHEUS_LISTENER_ADDR")]
prometheus_listener_addr: Option<String>,

Expand Down

0 comments on commit 76f1c08

Please sign in to comment.