From 2a0dd53e21e95309dad4cdd857ee1bd9fae65f33 Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Sun, 28 Jan 2024 22:32:42 +0100 Subject: [PATCH] Fix README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 347230f..47c8629 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ docker compose up ## Deploy -Provision a DigitalOcean Droplet and deploy Keeper Bot with current configuration (.env and config.yaml). +Provision a DigitalOcean Droplet and deploy Keeper Bot with current configuration (.env and config.yaml). By default ~/.ssh/id_rsa.pub is added to DigitalOcean and the Droplet. ``` @@ -66,5 +66,9 @@ In case somethin went wrong with the provisioning, check the cloud-init-output l ## Metrics -The bot exposes Prometheus metrics that are automatically scraped. -A Grafana dashboard is exposed on http://localhost:3000 with default username/password: grafana/admin. +There are several metrics endpoints available that are periodically scraped by Prometheus: +- http://keeper:9464/metrics +- http://wallet-tracker:3000/metrics +- http://node-exporter:9100/metrics + +A Grafana dashboard is exposed on http://localhost:3000 with default username/password: admin/grafana.