Skip to content

adamwalach/influx-and-grafana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker compose configuration with examples

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published