This is an automated email from the ASF dual-hosted git repository.
szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 84e41b88c RATIS-1940. Introduce Pluggable Metrics to readme (#970)
84e41b88c is described below
commit 84e41b88c450d589028644f341cee3dc79b43bfe
Author: William Song <[email protected]>
AuthorDate: Wed Nov 22 08:26:53 2023 +0800
RATIS-1940. Introduce Pluggable Metrics to readme (#970)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ce61473a7..105701698 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ The paper introduces Raft and states its motivations in
following words:
Ratis aims to make Raft available as a java library that can be used by any
system that needs to use a replicated log.
It provides pluggability for state machine implementations to manage
replicated states.
-It also provides pluggability for Raft log, and rpc implementations to make it
easy for integration with other projects.
+It also provides pluggability for Raft log, rpc implementations and metric
implementations to make it easy for integration with other projects.
Another important goal is to support high throughput data ingest so that it
can be used for more general data replication use cases.
* To build the artifacts, see [BUILDING.md](BUILDING.md).