Skip to content
Snippets Groups Projects
Commit ef4f3665 authored by Jan Pokorný's avatar Jan Pokorný :lifter_tone2:
Browse files

Minor changes to the readme

parent f7d0fa1c
No related branches found
No related tags found
1 merge request!33M3 observability
Pipeline #
......@@ -17,7 +17,7 @@
- Create a system for language school lecture management. Each lecture can occur on a given day and time and is related to some course. The course is defined by its (unique) name, language and proficiency level. However, each lecture will be independent. That means that each lecture can have a different topic. Different lecturers can give it, and an arbitrary number of students can enrol. Each lecturer will have a name, surname, and record of taught languages. In addition, the lecturer will indicate that they are a native speaker. Exercises can be prepared for each course to allow the students to learn the language. Each student can pick the exercises depending on the levels of difficulty.
- **Running the modules using docker-compose**:
- **Running the modules with metrics and monitoring using docker-compose**:
```console
cd ./application
......@@ -26,7 +26,7 @@
docker-compose up
```
- **Running the modules using docker**:
- **Running just the modules using docker**:
~~~console
sudo docker run -d -p 5001:5001 xpokorn8/sprachschulsystem:certificate &&
sudo docker run -d -p 5002:5002 xpokorn8/sprachschulsystem:exercise &&
......@@ -50,10 +50,10 @@ The credentials are:<br />
In Grafana interface, you can import various dashboards. Our team used and tested https://grafana.com/grafana/dashboards/3662-prometheus-2-0-overview/ board.<br />
To import the dashboard, follow steps bellow:
![Import](https://gitlab.fi.muni.cz/xpokorn8/sprachschulsystem/-/raw/M3-observability/docs/grafana01.png)
![Import 1](https://gitlab.fi.muni.cz/xpokorn8/sprachschulsystem/-/raw/M3-observability/docs/grafana01.png)
Select **+** and **Import** in left menu of the Grafana interface.
![3662 Dashboard](https://gitlab.fi.muni.cz/xpokorn8/sprachschulsystem/-/raw/M3-observability/docs/grafana02.png)
![Import 2](https://gitlab.fi.muni.cz/xpokorn8/sprachschulsystem/-/raw/M3-observability/docs/grafana02.png)
Insert **3662** into **Import via grafana.com** and click **Load**.
![Prometheus Datasource](https://gitlab.fi.muni.cz/xpokorn8/sprachschulsystem/-/raw/M3-observability/docs/grafana03.png)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment