You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/price_pusher/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -300,14 +300,14 @@ docker-compose -f docker-compose.metrics.sample.yaml up
300
300
```
301
301
302
302
This will start:
303
-
- Prometheus server on port 9090 with the alerts configured in alerts.yml
303
+
- Prometheus server on port 9090 with the alerts configured in alerts.sample.yml
304
304
- Grafana server on port 3000 with default credentials (admin/admin)
305
305
306
-
The docker-compose.metrics.sample.yaml file also includes commented examples of price_pusher services for different blockchains that you can uncomment and customize for your specific needs.
306
+
The docker-compose.metrics.sample.yaml file includes a pre-configured Grafana dashboard that displays all the metrics mentioned above. You can check this dashboard to see charts for wallet balance, price update statistics, errors, and other key metrics. The dashboard is automatically provisioned when you start the stack with docker-compose.
307
307
308
308
Alternatively, if you prefer to set up the monitoring stack manually:
The price pusher includes pre-configured Prometheus alerting rules in the `alerts.yml` file. These rules monitor various aspects of the price pusher's operation, including:
381
+
The price pusher includes pre-configured Prometheus alerting rules in the `alerts.sample.yml` file. These rules monitor various aspects of the price pusher's operation, including:
382
382
383
383
- Price feeds not being updated for an extended period (>1 hour)
0 commit comments