diff --git a/README.md b/README.md index c9c1143..0e4ef3f 100644 --- a/README.md +++ b/README.md @@ -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'] ```