Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 862 Bytes

monitoring.md

File metadata and controls

29 lines (20 loc) · 862 Bytes

Monitoring Knora

Monitoring is implemented by using the Prometheus / Grafana stack.

Usage:

  1. Start webapi with the necessary -p option (e.g., from inside sbt: run -p or reStart -p
  2. Start the monitoring stack by executing the following line inside the monitoring folder:
$ WEBAPIHOST=<YourLocalIP> ADMIN_USER=admin ADMIN_PASSWORD=admin docker-compose up -d
  1. Head over to localhost:3000, log in using the admin username and password, and open the "Webapi Akka Actor System" dashboard.
  2. To shut down the monitoring stack, run the following line inside the monitoring folder:
$ docker-compose down