Skip to content

Telemetry is tiny telemetry collector and buffer to InfluxDB

License

Notifications You must be signed in to change notification settings

PMoneda/telemetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telemetry

Telemetry is tiny telemetry collector and buffer to InfluxDB

Run influxdb, chronograf and grafana

$cd example
$docker-compose up -d

Connect Chronograf and Grafana to Influxdb

use this url: http:https://influxdb:8086

on Grafana you need to choose 'proxy' connection option to connect to Influxdb  

note 1:

Wait for Grafana run migrations (it could take some time!) before try to open it on browser Check if Grafana is ON by executing the following command

$docker logs grafana

note 2:

To login into Grafana:

 user: admin
 password: admin

note 3:

You can use the example.go to test all the stack. But before you need to create a Database test

note 4:

On Browser

 chronograf: http:https://localhost:8888
 grafana: http:https://localhost:8081

About

Telemetry is tiny telemetry collector and buffer to InfluxDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages