Skip to content

Commit

Permalink
update setting up grafana (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
icezohu authored Nov 29, 2023
1 parent e60ad9a commit 3450af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/subquery_network/indexers/become-an-indexer.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Navigate to the directory where your `docker-compose.yml` file is located (this
```bash
cd indexer-services-folder
# Note the next step will overwrite your existing docker-compose.yml, make sure you have a backup
curl -L https://api.github.com/repos/subquery/indexer-services/tarball/kepler | tar -xzf - --strip-components=1 -C .
mkdir network-indexer-services-temp && curl -L https://api.github.com/repos/subquery/network-indexer-services/tarball/main | tar -xzf - --strip-components=1 -C ./network-indexer-services-temp && rm -rf ./ipfs ./metrics && mv ./network-indexer-services-temp/deploy/* . && rm -rf ./network-indexer-services-temp
```

This will generate a folder named `metrics` containing all the necessary setup files for your Dashboard.
Expand Down

0 comments on commit 3450af6

Please sign in to comment.