You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/10/17 18:33:08 UTC

[GitHub] [couchdb] nickva commented on pull request #4230: Avoid refresh messages piling up in prometheus server

nickva commented on PR #4230:
URL: https://github.com/apache/couchdb/pull/4230#issuecomment-1281306608

   A way to test it could be:
   
   ```
   (node1@127.0.0.1)5> lists:foreach(fun(_) -> gen_server:call(couch_prometheus_server, refresh) end, lists:seq(1, 500)).
   ok
   (node1@127.0.0.1)6> erlang:process_info(whereis(couch_prometheus_server)).
   [{registered_name,couch_prometheus_server},
   ...
    {message_queue_len,286},
   ```


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org