zhikaichen123

Results 3 issues of zhikaichen123

TypeError: Cannot read property 'returned' of undefined at getDocCounts (/opt/adminMongo/monitoring.js:103:40) at /opt/adminMongo/monitoring.js:61:48 at /opt/adminMongo/node_modules/mongodb/lib/admin.js:164:7 at handleCallback (/opt/adminMongo/node_modules/mongodb/lib/utils.js:120:56) at /opt/adminMongo/node_modules/mongodb/lib/db.js:998:7 at /opt/adminMongo/node_modules/mongodb-core/lib/connection/pool.js:469:18 at process._tickCallback (internal/process/next_tick.js:112:11)

参数如下: lua_shared_dict prometheus_metrics 200M; lua_shared_dict uri_by_host 10M; lua_shared_dict global_set 1M; 是这样的,我这边是C端程序,刚开始运行还好,当跑了一段时间之后,发现metrics接口返回数据要好几十秒种,然后promethus 10秒钟得不到响应数据就会放弃,请问有什么解决办法吗?

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 返回数据比较多,经过网关时候被截断了,前端接收数据不全,比如: "names": [ { "language": "en-US", "name": "12122" }, { "language":...

type: bug