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

williamsong pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 626cc5639 Revert "add pluggable metrics into website's content"
626cc5639 is described below

commit 626cc5639e82ae46d1f4de28075165e5ecc7d93d
Author: szywilliam <[email protected]>
AuthorDate: Tue Nov 21 14:31:58 2023 +0800

    Revert "add pluggable metrics into website's content"
    
    This reverts commit 10ae38f6e62b6bd6aea763af8150e73ffe7b8fe7.
---
 index.html | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/index.html b/index.html
index 500758293..83ee3cda9 100644
--- a/index.html
+++ b/index.html
@@ -152,17 +152,6 @@
                   Application can define the policies of how to write data and 
where it should be written easily.
               </p>
           </div>
-
-          <div class="col-md-6 col-sm-6 feature-item">
-              <span class="glyphicon glyphicon-dashboard" 
aria-hidden="true"></span>
-              <h4>Pluggable metrics</h4>
-              <p>Ratis provides a pluggable observation layer. By default, it 
uses dropwizard4. Users can provide their
-                  own metrics implementation or integrate the reporting into 
their project's framework.
-                  </p>
-          </div>
-        </div>
-
-        <div class="row feature-list">
           <div class="col-md-6 col-sm-6 feature-item">
             <span class="glyphicon glyphicon-hdd" aria-hidden="true"></span>
             <h4>Log Service</h4>

Reply via email to