From 7e9366095eeca798667bef643ee197e5f7efab3d Mon Sep 17 00:00:00 2001 From: Charies Gavin Date: Tue, 21 May 2019 20:30:17 +0800 Subject: [PATCH] Update cluster-metrics.md (#26937) delete duplicate dependency content --- akka-docs/src/main/paradox/cluster-metrics.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/akka-docs/src/main/paradox/cluster-metrics.md b/akka-docs/src/main/paradox/cluster-metrics.md index c4592948e8..c617590eb1 100644 --- a/akka-docs/src/main/paradox/cluster-metrics.md +++ b/akka-docs/src/main/paradox/cluster-metrics.md @@ -19,13 +19,6 @@ akka.extensions = [ "akka.cluster.metrics.ClusterMetricsExtension" ] ## Introduction -To enable usage of the extension you need to add the following dependency to your project: - -@@dependency[sbt,Maven,Gradle] { - group="com.typesafe.akka" - artifact="akka-cluster-metrics_$scala.binary_version$" - version="$akka.version$" -} The member nodes of the cluster can collect system health metrics and publish that to other cluster nodes and to the registered subscribers on the system event bus with the help of Cluster Metrics Extension.