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

tkalkirill 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 38baa5d1a0b IGNITE-28803 Document IGNITE_PLUGINS system view (#13260)
38baa5d1a0b is described below

commit 38baa5d1a0b1ea44e30aab4d7988ead63c61f866
Author: ignitetcbot <[email protected]>
AuthorDate: Mon Jun 22 11:58:52 2026 +0300

    IGNITE-28803 Document IGNITE_PLUGINS system view (#13260)
---
 docs/_docs/monitoring-metrics/system-views.adoc | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/docs/_docs/monitoring-metrics/system-views.adoc 
b/docs/_docs/monitoring-metrics/system-views.adoc
index 93c72f3672d..d7426347a0f 100644
--- a/docs/_docs/monitoring-metrics/system-views.adoc
+++ b/docs/_docs/monitoring-metrics/system-views.adoc
@@ -346,6 +346,22 @@ The CONFIGURATION view contains the configuration 
properties of node.
 
 |===
 
+== IGNITE_PLUGINS
+
+
+The IGNITE_PLUGINS view contains information about ignite plugins configured 
on the node.
+
+[{table_opts}]
+|===
+| Column |Data Type |Description
+
+|NAME |VARCHAR |Plugin name.
+|VERSION |VARCHAR |Plugin version.
+|CLASS_NAME |VARCHAR |Plugin implementation class name.
+|INFO |VARCHAR |Plugin information returned by the provider.
+
+|===
+
 == BASELINE_NODES
 
 

Reply via email to