Grafana is a multi-platform open source analytics and interactive visualization web application. It provides charts, graphs, and alerts for the web when connected to supported data sources. End users can create complex monitoring dashboards using interactive query builders.
Overview
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:
...
Then on the left panel we find an icon with four squares
, click and go to the system dashboard. And here we will look our customized tables by the number of requests and their time.And if you want to turn off metrics, just change global.conf in management on metrics export prometheus true to false and restart container of template.