szetszwo commented on code in PR #969:
URL: https://github.com/apache/ratis/pull/969#discussion_r1401287835


##########
index.html:
##########
@@ -152,6 +152,17 @@ <h4>Pluggable raft log</h4>
                   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

Review Comment:
   @SzyWilliam , thanks for working on this!  Let's also mention 
`ratis-metrics-dropwizard3`.
   ```
   By default (ratis-metrics-default), it uses the shaded Dropwizard 4 provided 
by ratis-thirdparty.
   Another implementation can be found in ratis-metrics-dropwizard3.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to