Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.89 KB

File metadata and controls

27 lines (18 loc) · 1.89 KB
id title sidebar_position
grafana
Grafana
3

Grafana is an open-source platform for monitoring and observability. It allows you to visualize your load testing results and be able to query historical data for further analyses in the future. Grafana is commonly used in conjunction with time-series databases: InfluxDB.

To work with Grafana, NBomber provides dashboards that should be imported to display load test stats

<iframe width="80%" height="400" src="https://www.youtube.com/embed/US_zgCYP0lE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

Installation

For local development, we recommend installing Grafana via Docker. In this example you will find a docker-compose with Grafana + InfluxDB.

To run the docker-compose file, please open the folder with the file and run the following command:

docker compose up -d

In this following video, you will find how to connect InfluxDB with Grafana and import NBomber Grafana dashboards.

<iframe width="80%" height="400" src="https://www.youtube.com/embed/3-Llhl8_Onc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>