-
Notifications
You must be signed in to change notification settings - Fork 25
Observability
Jennings Zhang edited this page Oct 14, 2022
·
5 revisions
The observability branch has additional services for monitoring of the ChRIS backend and ChRIS containers.
git clone --branch=observability https://github.com/FNNDSC/miniChRIS-docker.git
App | URL |
---|---|
Grafana | http://localhost:9009 |
Prometheus | http://localhost:9090 |
cAdvisor | http://localhost:9008 |
We can use Grafana to scrape the SQL database used by CUBE to aggregate and visualize usage of ChRIS and answer questions like:
- Which ChRIS plugin is most popular?
- What is the failure rate of a specific ChRIS plugin?
- Which compute environment is preferred by users, which one is faster?
Refer to secrets.env for connection info.