Skip to content

Commit

Permalink
Update README.md to mention prometheus metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
adammilnesmith committed Jul 29, 2024
1 parent 1c556be commit 5431f0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ where each pair is separated by `:` (make sure to quote the full string to avoid
```
docker run --env RPC_HTTP_HEADERS='header1:value1|header2:value2' ... duneanalytics/node-indexer:<version>
```

## Metrics
The process exposes prometheus metrics which you can scrape and explore: `http://localhost:2112/metrics`

0 comments on commit 5431f0f

Please sign in to comment.