fabric-docs-i18n icon indicating copy to clipboard operation
fabric-docs-i18n copied to clipboard

[ja_JP] Operations Guides / Metrics Reference

Open shimos opened this issue 2 years ago • 0 comments

Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/metrics_reference.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/metrics_reference.rst

diff --git a/docs/source/metrics_reference.rst b/docs/source/metrics_reference.rst
index 117e5e7f7..483b6e07c 100644
--- a/docs/source/metrics_reference.rst
+++ b/docs/source/metrics_reference.rst
@@ -193,6 +193,13 @@ The following orderer metrics are exported for consumption by Prometheus.
 +----------------------------------------------+-----------+------------------------------------------------------------+-----------+--------------------------------------------------------------------+
 | logging_entries_written                      | counter   | Number of log entries that are written                     | level     |                                                                    |
 +----------------------------------------------+-----------+------------------------------------------------------------+-----------+--------------------------------------------------------------------+
+| participation_consensus_relation             | gauge     | The channel participation consensus relation of the node:  | channel   |                                                                    |
+|                                              |           | 0 if other, 1 if consenter, 2 if follower, 3 if            |           |                                                                    |
+|                                              |           | config-tracker.                                            |           |                                                                    |
++----------------------------------------------+-----------+------------------------------------------------------------+-----------+--------------------------------------------------------------------+
+| participation_status                         | gauge     | The channel participation status of the node: 0 if         | channel   |                                                                    |
+|                                              |           | inactive, 1 if active, 2 if onboarding, 3 if failed.       |           |                                                                    |
++----------------------------------------------+-----------+------------------------------------------------------------+-----------+--------------------------------------------------------------------+
 
 StatsD
 ~~~~~~
@@ -326,6 +333,13 @@ associated with the metric.
 +---------------------------------------------------------------------------+-----------+------------------------------------------------------------+
 | logging.entries_written.%{level}                                          | counter   | Number of log entries that are written                     |
 +---------------------------------------------------------------------------+-----------+------------------------------------------------------------+
+| participation.consensus_relation.%{channel}                               | gauge     | The channel participation consensus relation of the node:  |
+|                                                                           |           | 0 if other, 1 if consenter, 2 if follower, 3 if            |
+|                                                                           |           | config-tracker.                                            |
++---------------------------------------------------------------------------+-----------+------------------------------------------------------------+
+| participation.status.%{channel}                                           | gauge     | The channel participation status of the node: 0 if         |
+|                                                                           |           | inactive, 1 if active, 2 if onboarding, 3 if failed.       |
++---------------------------------------------------------------------------+-----------+------------------------------------------------------------+
 
 Peer Metrics
 ------------

shimos avatar Sep 28 '23 01:09 shimos