Skip to content

Commit 15e4d08

Browse files
Minor changes for readability
1 parent 815dde6 commit 15e4d08

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/run-arbitrum-node/more-types/04-run-split-validator-node.mdx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ docker run --rm -it \
5050
--metrics-server.port=6070
5151
```
5252

53-
The validation node will listen on port 5200.
54-
55-
This will also enable the metrics server on port 6070.
53+
The validation node will listen on port 5200, which will also enable the metrics server on port 6070.
5654

5755
#### Step 2: Set up the staker node
5856

@@ -158,11 +156,11 @@ For more advanced helm chart configurations, please refer to the Arbitrum commun
158156

159157
### Monitoring
160158

161-
To check if your validation node is running correctly, you can check `rpc_duration_validation_validate_success_count` metric in your metrics server.
159+
To check if your validation node is running correctly, you can check the `rpc_duration_validation_validate_success_count` metric in your metrics server.
162160

163-
This metric is a counter of the number of successful validation calls, if it is increasing, it means your validation node is running correctly.
161+
This metric is a counter of the number of successful validation calls; if it is increasing, it means your validation node is running correctly.
164162

165163
You can also check where this log (`validation node started`) appears:
166164

167-
- If this log appears on validation node, it means your validation node is running correctly.
168-
- If this log appears on staker node (validator node), it means your staker node is still validating itself and indicates your staker node doesn't connect to the validation node correctly, you need to double check your configuration.
165+
- If this log appears on the validation node, it means your validation node is running correctly.
166+
- If this log appears on the staker node (validator node), it means your staker node is still validating itself. It indicates that your staker node is not connecting to the validation node correctly; you need to double-check your configuration.

0 commit comments

Comments
 (0)