Skip to content

Commit

Permalink
Small comments added to make explicit where dashboards are and add so…
Browse files Browse the repository at this point in the history
…me extra instructions in the cleanup section
  • Loading branch information
rodrigo-o committed Jul 9, 2024
1 parent 5adf232 commit 28ecd96
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,18 @@ The [`ethereum-package`](https://github.com/lambdaclass/ethereum-package.git) ha
make kurtosis.setup.grafana
```

By default, `ethereum-package` shows it's dashboards in the home page, to see our custom dashboards it's needed to go to `Dashboards` in the left panel and then enter our own `lambdaconsensus` folder.

### Kurtosis cleanup

For a complete cleanup, you could execute the following tasks.
For a complete cleanup, you could execute the following task.

```bash
# Stop, remove and clean
make kurtosis.purge
```

Suppose the stop was made manually, the purge failed in some step, or the environment was inconsistent for other reasons. In that case, It is also possible to execute every cleanup task individually avoiding the ones not needed:

```bash
# kurtosis enclave stop lambdanet
Expand Down

0 comments on commit 28ecd96

Please sign in to comment.