This is an automated email from the ASF dual-hosted git repository.

mmuzaf pushed a commit to branch ignite-2.12
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/ignite-2.12 by this push:
     new 1435798  IGNITE-15831 Fix broken documentation link to the 
new-metrics-system (#9532)
1435798 is described below

commit 1435798e601a192a8b21e4fd4add7ed265749c6e
Author: Maxim Muzafarov <[email protected]>
AuthorDate: Wed Oct 27 15:51:31 2021 +0300

    IGNITE-15831 Fix broken documentation link to the new-metrics-system (#9532)
---
 docs/_docs/monitoring-metrics/metrics.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/_docs/monitoring-metrics/metrics.adoc 
b/docs/_docs/monitoring-metrics/metrics.adoc
index 7d5e043..2725d7e 100644
--- a/docs/_docs/monitoring-metrics/metrics.adoc
+++ b/docs/_docs/monitoring-metrics/metrics.adoc
@@ -19,7 +19,7 @@
 == Overview
 
 The Apache Ignite 2.8 release introduced a new mechanism for collecting 
metrics, which is intended to replace all
-the legacy metrics below. Please, check the 
link:monitoring-metrics/new-metrics-system.adoc[New Metrics System].
+the legacy metrics below. Please, check the 
link:monitoring-metrics/new-metrics-system[New Metrics System].
 
 Ignite exposes a large number of metrics useful for monitoring your cluster or 
application.
 You can use JMX and a monitoring tool, such as JConsole to access these 
metrics via JMX.

Reply via email to