Skip to content

Commit

Permalink
docs: fix metrics URL example
Browse files Browse the repository at this point in the history
  • Loading branch information
trader-payne committed Oct 25, 2024
1 parent 9f330d5 commit b807756
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 @@ -368,6 +368,9 @@ To monitor the load balancer and nodes, configure your Prometheus server to scra
```yaml
scrape_configs:
- job_name: 'evm-loadbalancer'
scrape_interval: 15s
metrics_path: /metrics
scheme: http
static_configs:
- targets: ['localhost:9101']
```
Expand Down

0 comments on commit b807756

Please sign in to comment.