Monitoring
Deploying
Specifying -M
during installation process will install Prometheus and Grafana allowing you to monitor your deployment.
You can do that both using installer:
./script/drgadm deploy -M
Or during development:
env DEPLOY_ARGS="-M" make deploy
Using
You can find out the URL of the dashboard by running the drgadm
script:
env METRICS=true scripts/drgadm examples
It should print something like:
View the metrics dashboard:
----------------------------
* Login to Grafana: https://metrics.192.168.64.131.nip.io
* Default credentials are 'admin/admin123456' if not configured differently