Skip to content

checkouttech/graphite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation




Graphite + statsd + carbon are running inside a docker 


Graphite : http://192.168.150.104:81/dashboard

Grafana :  http://192.168.150.104:3000/

NOTE : Grafana should ONLY be operated using CHROME browswer 


To populate graphite metric 
    while true; do   echo -n "example.statsd.counter.changed:$(((RANDOM % 10) + 1))|c" | nc -w 1 -u localhost 8125; done

To add datasource to grafana 
    curl 'http://admin:admin@localhost:3000/api/datasources' -X POST -H 'Content-Type: application/json;charset=UTF-8' --data-binary '{"name":"localGraphite","type":"graphite","url":"http://localhost:81","access":"proxy","isDefault":true,"database":"asd"}'




About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published