Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...