Commit 72b7a0b8 authored by Rajesh Rajendran's avatar Rajesh Rajendran
Browse files

Increasing prometheus shared memory space for metrics


Signed-off-by: default avatarRajesh Rajendran <rjshrjndrn@gmail.com>
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -756,7 +756,7 @@ nginxconfig: |
access_log /var/log/nginx/access.log main;
# Shared dictionary to store metrics
lua_shared_dict prometheus_metrics 10M;
lua_shared_dict prometheus_metrics 100M;
lua_package_path "/etc/nginx/lua_modules/?.lua";
# Defining metrics
init_by_lua '
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment