-
Notifications
You must be signed in to change notification settings - Fork 267
feat: Capable of overriding the configurations of the nginx http lua_shared_dict
#690
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
feat: Capable of overriding the configurations of the nginx http lua_shared_dict
#690
Conversation
lua_shared_dict (2.x.x)lua_shared_dict
|
Hello, @Revolyssup @shreemaan-abhishek @tao12345666333 @AlinsRan @lingsamuel can you please take a look at this? |
|
I'd like to reflect the changes in the company's operating environment, but does it take time from Merge to Release? |
|
Hello, @Revolyssup @shreemaan-abhishek @tao12345666333 @AlinsRan @lingsamuel |
|
Hello @shreemaan-abhishek / @Revolyssup , |
|
Any idea when can we get this in latest chart? |
|
Hi, @moonming Can you please look at this? |
feat: Capable of overriding the configurations of the nginx http
lua_shared_dictThe Lua shared dictionary
prometheus-metricsis initially configured with a default size of10mas specified in the config-default.yaml file. However, due to the growing number of routes, the dictionary size has been exceeded. Hence, customization of this configuration would prove advantageous.