unixsrv opened a new issue, #769: URL: https://github.com/apache/apisix-helm-chart/issues/769
Hello, we are facing an issue described at https://github.com/apache/apisix/issues/7349. Please advise on how to add the nginx parameter during deployment via the Helm chart: ``` http: lua_shared_dict: prometheus-metrics: 10m ``` After adding via customLuaSharedDicts:, I encountered the following error: ``` [emerg] 1#1: the size 536870912 of shared memory zone "prometheus-metrics" conflicts with already declared size 10485760 in /usr/local/apisix/conf/nginx.conf:100 ``` The reason for adding the parameter is increasing errors in the apisix_nginx_metric_errors_total metric:  It has also been noticed that when a certain number of errors is reached, the metrics stop displaying correctly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
