Using the Monitoring package
Monitor your services.
Launching the Cares or Cares+Disi with the Monitoring package will give a lot of insights about the metrics of the running services.
CPU usage, memory usage and network usage of each service will all be in a very intuitive Grafana dashboard to monitor and check for issues.
To run the Montoring package you can add the name of the package to the launching command inside either deploy-local.sh
or deploy-local-combo.sh
:
./platform-linux "$1" -c="../cares-on-platform" -c="../disi-on-platform" --dev --env-file="./.env.local-combo" cares-on-platform disi-on-platform monitoring
./platform-linux "$1" -c="../cares-on-platform" -c="../disi-on-platform" --dev --env-file="./.env.local-combo" cares-on-platform disi-on-platform monitoring
Last updated