← Back to team overview

graphite-dev team mailing list archive

[Question #264678]: Graphite Displays No Metrics

 

New question #264678 on Graphite:
https://answers.launchpad.net/graphite/+question/264678

Hello,

I have a graphite installation that displays no metrics. I have been able to confirm that carbon is receiving data by watching the .wsp files in /var/lib/carbon/whisper/ and by dumping their contents with whisper-fetch.py. There are no gaps in the data suggesting a problem with the aggregation policy. Also, every metric I expect to be present is represented by a populated .wsp file under /var/lib/carbon/whisper/.

I am running CentOS release 6.6 (Final) with the following versions:
carbon (0.9.12)
Django (1.4.18)
graphite-web (0.9.12)
whisper (0.9.13)

The only other hint I have regarding the trouble is as follows. This occurs when I view the graphite dashboard:

tail -f  /opt/graphite/storage/log/*/*

==> /opt/graphite/storage/log/webapp/exception.log <==

==> /opt/graphite/storage/log/webapp/info.log <==
Mon Apr 06 16:34:04 2015 :: [IndexSearcher] performing initial index load
Mon Apr 06 16:34:04 2015 :: [IndexSearcher] reading index data from /opt/graphite/storage/index
Mon Apr 06 16:34:04 2015 :: [IndexSearcher] index reload took 0.000032 seconds (0 entries)
Mon Apr 06 16:34:04 2015 :: [IndexSearcher] performing initial index load
Mon Apr 06 16:34:04 2015 :: [IndexSearcher] reading index data from /opt/graphite/storage/index
Mon Apr 06 16:34:04 2015 :: [IndexSearcher] index reload took 0.000030 seconds (0 entries)
Mon Apr 06 16:34:05 2015 :: graphite.wsgi - pid 31111 - reloading search index
Mon Apr 06 16:34:05 2015 :: [IndexSearcher] performing initial index load
Mon Apr 06 16:34:05 2015 :: [IndexSearcher] reading index data from /opt/graphite/storage/index
Mon Apr 06 16:34:05 2015 :: [IndexSearcher] index reload took 0.000031 seconds (0 entries)
Mon Apr 06 16:46:19 2015 :: find_view query=* local_only=0 matches=0


Where should I look next?

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.