This is an automated email from the ASF dual-hosted git repository.

chenhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new a8d97f6809 Update StatsProvider URL (#4148)
a8d97f6809 is described below

commit a8d97f68099c74bb135ab91e0a388001800f8cf6
Author: 赤月 <[email protected]>
AuthorDate: Fri Dec 8 11:28:44 2023 +0800

    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 af3fd5295e..a44562c0d2 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.
 

Reply via email to