-
Notifications
You must be signed in to change notification settings - Fork 2
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
Use memcache in local #542
Conversation
@@ -5,8 +5,11 @@ metadata: | |||
annotations: | |||
prometheus.io.port: "9150" | |||
spec: | |||
# The memcache client uses DNS to get a list of memcached servers and then | |||
# uses a consistent hash of the key to determine which server to pick. | |||
clusterIP: None |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
|
Is there any limit to the size of these memcaches? |
All done. Added memory capacity graph to memcache, showing current bytes ÷ total bytes allowed. Added explicit option to rc file for maximum memory size. Default is 64MB. PTAL. |
Have run this locally, and dashboard is good. However, I have a few concerns (which shouldn't block this PR):
I suggest we get this merged and then investigate this some more in the dev environment. |
Updates the local deployment to use memcached. Also provides graphs for memcached.
Part of the fix for #442. Depends on weaveworks/scope#1602.