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

   > 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
   
   I have another question: the value of apisix_shared_dict_free_space_bytes 
for Prometheus metrics is currently almost 0, while the default capacity is set 
to 10 MiB. What is the recommended value for the shared dictionary space for 
Prometheus?


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