cataglyphis commented on issue #12112:
URL: https://github.com/apache/apisix/issues/12112#issuecomment-2774667420

   After reviewed the helm chart of Apisix, there is no way to set shared dict 
space for `prometheus-metrics` in values, we must add below config in apisix 
configmap manually.
   
   ```yaml
   nginx_config:
     ...
     http:
       ...
       lua_shared_dict:
         prometheus-metrics: 100m
       ...
   ```


-- 
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]

Reply via email to