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 10ae38f6e add pluggable metrics into website's content
10ae38f6e is described below
commit 10ae38f6e62b6bd6aea763af8150e73ffe7b8fe7
Author: szywilliam <[email protected]>
AuthorDate: Tue Nov 21 14:22:53 2023 +0800
add pluggable metrics into website's content
---
index.html | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/index.html b/index.html
index 83ee3cda9..500758293 100644
--- a/index.html
+++ b/index.html
@@ -152,6 +152,17 @@
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>