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 8d44aed56 RATIS-1940. Add pluggable metrics description into project
website (#969)
8d44aed56 is described below
commit 8d44aed5664285ed9f220a9d061c4129092af725
Author: William Song <[email protected]>
AuthorDate: Wed Nov 22 11:29:38 2023 +0800
RATIS-1940. Add pluggable metrics description into project website (#969)
---
index.html | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/index.html b/index.html
index 83ee3cda9..375884a6f 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
(ratis-metrics-default), it uses the shaded Dropwizard 4 provided by
ratis-thirdparty.
+ Another implementation can be found in
ratis-metrics-dropwizard3. Users can provide their own metrics implementations.
+ </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>