This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new a2a61c66334 IGNITE-26412 Fix broken docs link to JMX metrics (#12333)
a2a61c66334 is described below
commit a2a61c6633425c37fd44ba71a02cdcab0996cf51
Author: IgGusev <[email protected]>
AuthorDate: Wed Sep 10 16:28:05 2025 +0400
IGNITE-26412 Fix broken docs link to JMX metrics (#12333)
---
docs/_docs/monitoring-metrics/intro.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/_docs/monitoring-metrics/intro.adoc
b/docs/_docs/monitoring-metrics/intro.adoc
index d495f6c935d..ac3f60af4e8 100644
--- a/docs/_docs/monitoring-metrics/intro.adoc
+++ b/docs/_docs/monitoring-metrics/intro.adoc
@@ -19,7 +19,7 @@ This chapter covers monitoring and metrics for Ignite. We'll
start with an overv
== Overview
The basic task of monitoring in Ignite involves metrics. You have several
approaches for accessing metrics:
-- via link:monitoring-metrics/metrics[JMX]
+- via link:monitoring-metrics/new-metrics-system#jmx[JMX]
- Programmatically
- link:monitoring-metrics/system-views[System views]