Closed fote closed 4 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/
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.
Yes, i resolved it by edit STORAGE_FINDERS in settings.py: STORAGE_FINDERS = ( 'graphite.finders.ceres.CeresFinder', )
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.
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?