Skip to content

Commit

Permalink
Link from fullnode doc to fullnode-template.yaml, note metrics port (M…
Browse files Browse the repository at this point in the history
…ystenLabs#2643)

* Update fullnode.md

* Note the default metrics port is 9184
  • Loading branch information
Clay-Mysten authored Jun 21, 2022
1 parent 8d44191 commit 7927372
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/src/build/fullnode.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ to run a Sui fullnode using Docker.
```shell
$ git checkout --track upstream/devnet
```
1. Make a copy of the fullnode configuration template:
1. Make a copy of the [fullnode configuration template](https://github.com/MystenLabs/sui/blob/main/crates/sui-config/data/fullnode-template.yaml):
```shell
$ cp crates/sui-config/data/fullnode-template.yaml fullnode.yaml
```
Expand Down Expand Up @@ -206,6 +206,8 @@ The Explorer will now use your local fullnode to explore the state of the chain.
Monitor your fullnode using the instructions at [Logging, Tracing, Metrics, and
Observability](https://docs.sui.io/contribute/observability).
Note the default metrics port is 9184 yet configurable in your `fullnode.yaml` file.
## Updating your fullnode with new releases
Whenever a new release is deployed to `devnet`, the blockchain state is
Expand Down

0 comments on commit 7927372

Please sign in to comment.