-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Caching despite low threshold #538
Comments
If you think it's a cache issue - switch cache type to "null". I think 0 mb cache means "unlimited". Also, if you using go-carbon realtime metric discovery will work only if using carbonserver with realtime-index enabled. Otherwise new metric will become visible only after file is created, which can be delayed because of disk load or low max-creates-per-second value. |
Thanks for the super quick reply. I will try null. I do seem to be using go-carbon (i inherited the cluster, so bear with me):
Legacy graphite service does see the metrics almost immediately though. So the files are definitely there. |
If you post go-carbon config I can say what you need to enable |
Thank you for offering to analyze this! |
Hi,
I have the following caching configuration now:
Despite that, the new metrics are not discovered until about 30 minutes later. Is there something I'm missing in the configuration? What's a good way to troubleshoot this?
Thanks!
The text was updated successfully, but these errors were encountered: