-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prometheus数据上报问题 #1323
Comments
大概有多大的量? |
大概是3000qps,应该是http.createServer.listen(sockFile)的限制 |
请问这个可以修改成端口号的方式吗 |
当前是 IPC 通信,unix socket 做转发。 |
这里其实就是单进程并发连接数到限制,一般是128 |
可能需要先聚合了。 |
@soarding 嗯,刚刚思考了一下,可能要测试一下性能。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
使用prometheus插件中,我观察到代码中使用request
http://unix:sockFile
的方式汇总prometheus数据,遇到qps非常高的场景中,请求sock会报出EAGAIN/ECONNREFUSED,请问这里是否考虑合并上报数据呢The text was updated successfully, but these errors were encountered: