Skip to content

Unable to get Graphit URL

Laxman-SM edited this page May 27, 2016 · 2 revisions

Hi, As per getting start information. My Demo Stack RTBkit installation working fine, Also verified graphite logger with test data. Terminal 1 for i in {1..20}; do echo metric.example number=$RANDOM; let "number %= 100"; echo $number date +%s | nc 127.0.0.1 2003; sleep 60; done

Terminal 2 sudo /opt/graphite/bin/carbon-cache.py --debug start

i am getting proper response. and all api working fine. but unable to find the graphite URL information.

Thanks, Laxman

Clone this wiki locally