Thanks for your reply.
I did some configuration changes based on threshold or timeout settings mainly in order to capture info about slow queries, but how do I setup the queries that gives any error? In my completed_requests settings do not have anything as error (even the label is not in the settings json), how should I get it configured to get any query in error? I’ve read that you can configure any particular error code, but how to set it up to capture all of them?
As example, here my settings for completed requests:
{
“atrcollection”:“”,
“auto-prepare”:false,
“cleanupclientattempts”:true,
“cleanuplostattempts”:true,
“cleanupwindow”:“1m0s”,
“completed”:{
“aborted”:null,
“threshold”:200
},
“completed-limit”:4000,
“completed-threshold”:200,
“controls”:false,
“cpuprofile”:“”,
“debug”:false,
“functions-limit”:16384,
“gc-percent”:200,
“keep-alive-length”:16384,
“loglevel”:“INFO”,
“max-index-api”:4,
“max-parallelism”:1,
“memory-quota”:0,
“memprofile”:“”,
“mutexprofile”:false,
“n1ql-feat-ctrl”:76,
“numatrs”:1024,
“pipeline-batch”:16,
“pipeline-cap”:512,
“plus-servicers”:128,
“prepared-limit”:16384,
“pretty”:false,
“profile”:“off”,
“request-error-limit”:16,
“request-size-cap”:67108864,
“scan-cap”:512,
“servicers”:32,
“timeout”:600000000000,
“txtimeout”:“0s”,
“use-cbo”:true
}