This is an automated email from the ASF dual-hosted git repository.
alexpl 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 a8972de IGNITE-15028 Add documentation for BASELINE_NODE_ATTRIBUTES
system view - Fixes #9210.
a8972de is described below
commit a8972de81b117f95111ae23f75f73090006c18c4
Author: Shishkov Ilya <[email protected]>
AuthorDate: Wed Jun 30 15:05:10 2021 +0300
IGNITE-15028 Add documentation for BASELINE_NODE_ATTRIBUTES system view -
Fixes #9210.
Signed-off-by: Aleksey Plekhanov <[email protected]>
---
docs/_docs/monitoring-metrics/system-views.adoc | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/docs/_docs/monitoring-metrics/system-views.adoc
b/docs/_docs/monitoring-metrics/system-views.adoc
index 784c123..460c7b5 100644
--- a/docs/_docs/monitoring-metrics/system-views.adoc
+++ b/docs/_docs/monitoring-metrics/system-views.adoc
@@ -317,6 +317,21 @@ The BASELINE_NODES view contains information about the
nodes that are part of th
|===
+== BASELINE_NODE_ATTRIBUTES
+
+
+The BASELINE_NODE_ATTRIBUTES view exposes node attributes fixed at a moment
when a current baseline topology was set.
+
+[{table_opts}]
+|===
+| Column | Data Type | Description
+| NODE_CONSISTENT_ID | VARCHAR | Node consistent ID.
+| NAME | VARCHAR | Name of the node attribute.
+| VALUE | VARCHAR | Attribute value.
+
+|===
+
+
== CLIENT_CONNECTIONS
This view exposes information about currently opened client connections: JDBC,
ODBC, Thin clients.