Skip to content

Commit

Permalink
docs(zk_toolbox): Add observability docs (#2564)
Browse files Browse the repository at this point in the history
## What ❔
Add observability docs
  • Loading branch information
matias-gonz authored Aug 1, 2024
1 parent 656e830 commit 788a562
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions zk_toolbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,26 @@ zk_inception ecosystem change-default-chain
IMPORTANT: Currently, you cannot use an existing ecosystem to register a new chain. This feature will be added in the
future.

#### Observability

To setup [era-observability](https://github.com/matter-labs/era-observability):

```bash
zk_inception ecosystem setup-observability
```

Or run:

```bash
zk_inception ecosystem init --observability
```

To start observability containers:

```bash
zk_inception containers --observability
```

### ZK Chain

#### Create
Expand Down

0 comments on commit 788a562

Please sign in to comment.