Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 935 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 935 Bytes

influx-and-grafana

Requirements

You have to install docker and docker-compose. On Mac it is shipped with docker package, on Linux use https://docs.docker.com/compose/install/

Usage

Docker

To start grafana and influx containers execute command

docker-compose up

If you want it to run in background and "-d" flag

Grafana

Grafana web interface is available at http://localhost:3000/ (default credentials: admin/admin).

Create new datasource:

Grafana data source

In examples directory you'll find grafana-panel.json, you can use it to import demo dashboard:

Grafana dashboard import

Influx

Influx api is available at http://localhost:8086 To generate measurements use script "add-demo-data.sh" from examples directory. After you run this script data points will be visible on grafana dashboard