Skip to content

Commit

Permalink
Enabled [Metrics] if PUSH_METRICS enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
konradkonrad committed Dec 2, 2024
1 parent d3109f1 commit ef513ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion shutter/go-shutter-settings/settings/keyper.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type KeyperConfig struct {
DKGStartBlockDelta int `env:"_ASSETS_DKG_START_BLOCK_DELTA"`
}
Metrics struct {
Enabled bool `env:"SHUTTER_ENABLED"`
Enabled bool `env:"SHUTTER_METRICS_ENABLED"`
}
}

Expand Down
1 change: 1 addition & 0 deletions shutter/scripts/configure_keyper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export SHUTTER_BEACONAPIURL=http://${_DAPPNODE_GLOBAL_CONSENSUS_CLIENT_GNOSIS}
export SHUTTER_GNOSIS_NODE_CONTRACTSURL=ws://${_DAPPNODE_GLOBAL_EXECUTION_CLIENT_GNOSIS}
export SHUTTER_GNOSIS_NODE_ETHEREUMURL=ws://${_DAPPNODE_GLOBAL_EXECUTION_CLIENT_GNOSIS}
export VALIDATOR_PUBLIC_KEY=$(cat "${SHUTTER_CHAIN_DIR}/config/priv_validator_pubkey.hex")
export SHUTTER_METRICS_ENABLED=${SHUTTER_PUSH_METRICS_ENABLED}

echo "[INFO | configure] LISTEN: $SHUTTER_P2P_LISTENADDRESSES"

Expand Down

0 comments on commit ef513ff

Please sign in to comment.