Skip to main content

2 posts tagged with "test-automation"

View All Tags

Grafana, Influxdb, Docker: Pie chart dashboard creation tutorial

· 10 min read
Yaroslav Grebnov
Golang developer, SDET

This tutorial shows how to:

  • setup and configure an environment with a Grafana server and an InfluxDB server, using docker-compose,
  • configure a datasource in order to display InfluxDB database data on Grafana dashboards,
  • insert data into InfluxDB via API and interactive shell,
  • install and configure Grafana Piechart plugin,
  • create and configure a Grafana dashboard.