You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have configured graphite and it's working fine as expected, but the issue is am unable to see any graph for more than 6 hour. I want to see graphs upto previous 30 days. I believe it's related with rententions, but I didn't get it completely.
Can anyone please help me to configure the graphite to see old (upto 30 days) graphs.
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hi @ajayan769
Change retentions in your storage-schemas.conf to something like retentions = 1min:1w,5min:2w. You will need to delete all *.wsp files as well, because they have old retentions. Then restart carbon-cache service and you'll get graphs for two weeks.
Use something like locate *.wsp to find where those files are.
See these docs for more info - http://graphite.readthedocs.io/en/latest/config-carbon.html
Hi,
I have configured graphite and it's working fine as expected, but the issue is am unable to see any graph for more than 6 hour. I want to see graphs upto previous 30 days. I believe it's related with rententions, but I didn't get it completely.
Can anyone please help me to configure the graphite to see old (upto 30 days) graphs.
Thank you in advance.
The text was updated successfully, but these errors were encountered: