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

   From the error logs, these two errors are related to the `http_latency` and 
`bandwidth` metrics respectively, indicating that these metrics generate a 
large number of key values under a large number of routes and nodes, resulting 
in insufficient space in shared memory.
   
   You can try increasing the size of the prometheus-metrics shared dictionary, 
or using the metrics' expire configuration to reduce the number of metrics 
stored for the long term, and restarting APISIX to take effect


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