Rafael Rivero García
Rafael Rivero García
Hi, I needed this and since #410 seems to have a larger scope, I decided to submit a smaller PR #841 just for this. I was not sure of the...
After a review of PR #841, removed `StrictSyncRepl` option in favour of `minSynchronousStandbys = 0` as @arssher suggested. Running the tests.
> I've tested with > > ```js > req.get('content-type').includes('application/soap+xml') > ``` > > but doesn't work. Hi Alvaro. I understand you were able to replicate the issue with a test,...
> > @rg2011 to confirm this theory... could you check if the "slow query" log regarding `listDatabases` happens at a frequency that matches the configuration of `-subCacheIval`? Note that if...
Deployed 4.0.0 in prod environment and confirmed decrease in slow queries. Thanks!
I have been testing the changes in PR #1628 and they work, but I find the **push** model for statistics too cumbersome: - The `kpis` mongo collection has to be...
I tested the :latest image in our kubernetes environment and found out that the prometheus version available there actually requests openmetrics version 0.0.1, so I had to add support for...