AlexStocks commented on a change in pull request #61: URL: https://github.com/apache/dubbo-go-samples/pull/61#discussion_r588853194
########## File path: metric/README.md ########## @@ -0,0 +1,39 @@ +# metric 示例 + +### Backend + +[dubbo metric](https://github.com/alibaba/metrics) s a library of standard metrics that we can easily list the various metrics we care about in the RPC space, such as the number of calls per service, response time; And if you want to be a little bit more detailed, there's also the distribution of various response times, the average response time.If you're interested in the principle, you can go and see [eBay 邓明:dubbo-go 中 metrics 的设计](https://dubbo.apache.org/zh/blog/2021/01/11/dubbo-go-中-metrics-的设计) .Now I'm going to use [prometheus](https://prometheus.io/docs/introduction/overview) to show metric Review comment: s = is? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
