You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by al...@apache.org on 2021/07/01 12:08:43 UTC

[ignite] 02/02: IGNITE-15028 Add documentation for BASELINE_NODE_ATTRIBUTES system view - Fixes #9210.

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

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

commit 92301bf0c79e219756687a53a01e56463d4811f0
Author: Shishkov Ilya <sh...@gmail.com>
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 <pl...@gmail.com>
    (cherry picked from commit a8972de81b117f95111ae23f75f73090006c18c4)
---
 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.