We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
类似dubbo的分布式系统的日志怎么统一处理。
生产出问题的时候怎么查看日志?
The text was updated successfully, but these errors were encountered:
首选需要确定你们需要什么要得目的,是监控还是什么,从而确定需要什么样的数据,约定一个统一的规则,将日志按照约定的规则输出到某个目录,通过数据采集,将日志同步到一个统一的日志分析系统,进行实时处理,再产生相关的报表,这部分你可以看看大众的cat和google的dapper
Sorry, something went wrong.
搭建elk日志平台好了
No branches or pull requests
类似dubbo的分布式系统的日志怎么统一处理。
生产出问题的时候怎么查看日志?
The text was updated successfully, but these errors were encountered: