← Back to team overview

graphite-dev team mailing list archive

[Question #200239]: Metrics not showing up in Graphite

 

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

I am using the Metrics library by CodaHale(http://metrics.codahale.com/) to send performance metrics over to the graphite server. 

I am sending the metrics over to port 2003.

Within my graphite server, I changed the storage-schemas.conf as follows:


[myapp]
pattern = ^MyAppMetrics\.
retentions = 60:90d

[default_1min_for_1day]
pattern = .*
retentions = 60s:1d

I restarted carbon-cache and the httpd service. When I log into the default page of graphite, I don't see the metrics my application is sending. Neither do I see any whisper files being generated in the whisper folder.

Can somebody tell me what I might be doing wrong and what are some of the potential places where I should be looking into in order to solve this issue?


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


Follow ups