...
In our application, we use grafana with prometheus. Our requests go first to prometheus and then grafana takes data from prometheus and displays them in the form of graphs. Along with the main metrics, two more were added. This is the number of requests and the time of their execution.
Usage
The first step is to bring up docker containers such as:
...