File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ cargo install --git https://github.com/flashbots/contender --locked
3333
3434#### 4. Configure Grafana and Prometheus
3535
36- Create the following ` yaml ` files that will spin up ` grafana ` and ` prometheus ` servers:
36+ Create the following ` yaml ` files (in any directory) that will spin up ` grafana ` and ` prometheus ` servers:
3737
3838$\quad$ ** 4.a ` docker-compose.yml ` **
3939
@@ -112,7 +112,7 @@ Go to the directory where files from setup step 4 were created and run
112112docker compose up
113113` ` `
114114
115- Open `http://localhost:3000` in your browser to navigate to Grafana, then :
115+ Open `http://localhost:3000` in your browser to navigate to Grafana (note that the default credentials are `admin` for username and password) , then :
116116
1171171. Add a new Prometheus data source that points to `http://prometheus:9090`
1181182. Create a new dashboard by importing the `grafana/classic.json` file from this repo.
You can’t perform that action at this time.
0 commit comments