From a8d97f68099c74bb135ab91e0a388001800f8cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=A4=E6=9C=88?= <974226358@qq.com> Date: Fri, 8 Dec 2023 11:28:44 +0800 Subject: [PATCH] Update StatsProvider URL (#4148) Update StatsProvider URL Descriptions of the changes in this PR: 404 not found ### Motivation Fix URL --- site3/website/src/pages/community/coding-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site3/website/src/pages/community/coding-guide.md b/site3/website/src/pages/community/coding-guide.md index af3fd5295e3..a44562c0d25 100644 --- a/site3/website/src/pages/community/coding-guide.md +++ b/site3/website/src/pages/community/coding-guide.md @@ -50,7 +50,7 @@ Please log the _stack traces_ at **ERROR** level, but never at **INFO** level or ### Monitoring -* Apache BookKeeper uses a pluggable [StatsProvider](https://github.com/apache/bookkeeper/tree/master/bookkeeper-stats) on exporting metrics +* Apache BookKeeper uses a pluggable [StatsProvider](https://github.com/apache/bookkeeper/tree/master/stats/bookkeeper-stats-providers) on exporting metrics * Any new features should come with appropriate metrics for monitoring the feature is working correctly. * Those metrics should be taken seriously and only export useful metrics that would be used on production on monitoring/alerting healthy of the system, or troubleshooting problems.