graphite-project / graphite-web

A highly scalable real-time graphing system
http://graphite.readthedocs.org/
Apache License 2.0
5.9k stars 1.26k forks source link

Where is my metrics? #1039

Closed fote closed 4 years ago

fote commented 9 years ago

Hello.

I have an issue about graphite-web. I installed graphite-web in default location and started carbon-daemon. Carbon writing metrics in /opt/graphite/storage/ceres/. And there is a ceres metic files in folders. But i can't select metrics in web interface. I see folders, but there is no metrics in it. Screenshot - https://dl.dropboxusercontent.com/u/65480202/screen_graphite.png

I checked dependencies and it's ok.

Can you help me please?

fote commented 9 years ago

Oh, i forgot. There is no error messages in log files, and when i open a metric folder (cpu_usage for example) i got 200OK http from /metrics/find/

clohtd commented 9 years ago

Did you resolve this? It looks like your metric has a "." following it so that instead of it being stored as a metric, it is stored as a subfolder.

fote commented 9 years ago

Yes, i resolved it by edit STORAGE_FINDERS in settings.py: STORAGE_FINDERS = ( 'graphite.finders.ceres.CeresFinder', )

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.