Nikita-tech-writer commented on a change in pull request #9174:
URL: https://github.com/apache/ignite/pull/9174#discussion_r660633270
##########
File path: docs/_docs/monitoring-metrics/new-metrics.adoc
##########
@@ -280,11 +280,71 @@ Register name: `io.communication`
[cols="2,1,3",opts="header"]
|===
|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
|OutboundMessagesQueueSize| integer| Outbound messages queue size.
|SentMessagesCount | integer| Sent messages count.
|SentBytesCount | long | Sent bytes count.
|ReceivedBytesCount| long| Received bytes count.
|ReceivedMessagesCount| integer| Received messages count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
+|SslEnabled| boolean| Whether SSL is enabled.
+|SslHandshakeDurationHistogram| histogram| Histogram of SSL handshake
duration in milliseconds (metric is exported only if SSL is enabled).
+|===
+
+
+== Ignite Thin Client Connector
+
+Register name: `connector.client.thin.tcp`
+
+
+[cols="2,1,3",opts="header"]
+|===
+|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
+|ReceivedBytesCount| long| Received bytes count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
Review comment:
```suggestion
|RejectedSslSessionsCount| integer| TCP sessions count that were
rejected due to the SSL errors (metric is exported only if SSL is enabled).
```
##########
File path: docs/_docs/monitoring-metrics/new-metrics.adoc
##########
@@ -280,11 +280,71 @@ Register name: `io.communication`
[cols="2,1,3",opts="header"]
|===
|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
|OutboundMessagesQueueSize| integer| Outbound messages queue size.
|SentMessagesCount | integer| Sent messages count.
|SentBytesCount | long | Sent bytes count.
|ReceivedBytesCount| long| Received bytes count.
|ReceivedMessagesCount| integer| Received messages count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
+|SslEnabled| boolean| Whether SSL is enabled.
+|SslHandshakeDurationHistogram| histogram| Histogram of SSL handshake
duration in milliseconds (metric is exported only if SSL is enabled).
+|===
+
+
+== Ignite Thin Client Connector
+
+Register name: `connector.client.thin.tcp`
+
+
+[cols="2,1,3",opts="header"]
+|===
+|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
+|ReceivedBytesCount| long| Received bytes count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
+|SentBytesCount| long| Sent bytes count.
+|SslEnabled| boolean| Whether SSL is enabled.
Review comment:
```suggestion
|SslEnabled| boolean| Indicates whether SSL is enabled.
```
##########
File path: docs/_docs/monitoring-metrics/new-metrics.adoc
##########
@@ -280,11 +280,71 @@ Register name: `io.communication`
[cols="2,1,3",opts="header"]
|===
|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
|OutboundMessagesQueueSize| integer| Outbound messages queue size.
|SentMessagesCount | integer| Sent messages count.
|SentBytesCount | long | Sent bytes count.
|ReceivedBytesCount| long| Received bytes count.
|ReceivedMessagesCount| integer| Received messages count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
+|SslEnabled| boolean| Whether SSL is enabled.
+|SslHandshakeDurationHistogram| histogram| Histogram of SSL handshake
duration in milliseconds (metric is exported only if SSL is enabled).
+|===
+
+
+== Ignite Thin Client Connector
+
+Register name: `connector.client.thin.tcp`
+
+
+[cols="2,1,3",opts="header"]
+|===
+|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
+|ReceivedBytesCount| long| Received bytes count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
+|SentBytesCount| long| Sent bytes count.
+|SslEnabled| boolean| Whether SSL is enabled.
+|SslHandshakeDurationHistogram| histogram| Histogram of SSL handshake
duration in milliseconds (metric is exported only if SSL is enabled).
+|===
+
+
+== Ignite REST Client Connector
+
+Register name: `connector.client.rest.tcp`
+
+
+[cols="2,1,3",opts="header"]
+|===
+|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
+|ReceivedBytesCount| long| Received bytes count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
Review comment:
```suggestion
|RejectedSslSessionsCount| integer| TCP sessions count that were
rejected due to the SSL errors (metric is exported only if SSL is enabled).
```
##########
File path: docs/_docs/monitoring-metrics/new-metrics.adoc
##########
@@ -280,11 +280,71 @@ Register name: `io.communication`
[cols="2,1,3",opts="header"]
|===
|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
|OutboundMessagesQueueSize| integer| Outbound messages queue size.
|SentMessagesCount | integer| Sent messages count.
|SentBytesCount | long | Sent bytes count.
|ReceivedBytesCount| long| Received bytes count.
|ReceivedMessagesCount| integer| Received messages count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
+|SslEnabled| boolean| Whether SSL is enabled.
+|SslHandshakeDurationHistogram| histogram| Histogram of SSL handshake
duration in milliseconds (metric is exported only if SSL is enabled).
+|===
+
+
+== Ignite Thin Client Connector
+
+Register name: `connector.client.thin.tcp`
+
+
+[cols="2,1,3",opts="header"]
+|===
+|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
+|ReceivedBytesCount| long| Received bytes count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
+|SentBytesCount| long| Sent bytes count.
+|SslEnabled| boolean| Whether SSL is enabled.
+|SslHandshakeDurationHistogram| histogram| Histogram of SSL handshake
duration in milliseconds (metric is exported only if SSL is enabled).
+|===
+
+
+== Ignite REST Client Connector
+
+Register name: `connector.client.rest.tcp`
+
+
+[cols="2,1,3",opts="header"]
+|===
+|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
+|ReceivedBytesCount| long| Received bytes count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
+|SentBytesCount| long| Sent bytes count.
+|SslEnabled| boolean| Whether SSL is enabled.
Review comment:
```suggestion
|SslEnabled| boolean| Indicates whether SSL is enabled.
```
##########
File path: docs/_docs/monitoring-metrics/new-metrics.adoc
##########
@@ -280,11 +280,71 @@ Register name: `io.communication`
[cols="2,1,3",opts="header"]
|===
|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
|OutboundMessagesQueueSize| integer| Outbound messages queue size.
|SentMessagesCount | integer| Sent messages count.
|SentBytesCount | long | Sent bytes count.
|ReceivedBytesCount| long| Received bytes count.
|ReceivedMessagesCount| integer| Received messages count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
+|SslEnabled| boolean| Whether SSL is enabled.
+|SslHandshakeDurationHistogram| histogram| Histogram of SSL handshake
duration in milliseconds (metric is exported only if SSL is enabled).
+|===
+
+
+== Ignite Thin Client Connector
+
+Register name: `connector.client.thin.tcp`
+
+
+[cols="2,1,3",opts="header"]
+|===
+|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
+|ReceivedBytesCount| long| Received bytes count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
+|SentBytesCount| long| Sent bytes count.
+|SslEnabled| boolean| Whether SSL is enabled.
+|SslHandshakeDurationHistogram| histogram| Histogram of SSL handshake
duration in milliseconds (metric is exported only if SSL is enabled).
+|===
+
+
+== Ignite REST Client Connector
+
+Register name: `connector.client.rest.tcp`
+
+
+[cols="2,1,3",opts="header"]
+|===
+|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
+|ReceivedBytesCount| long| Received bytes count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
+|SentBytesCount| long| Sent bytes count.
+|SslEnabled| boolean| Whether SSL is enabled.
+|SslHandshakeDurationHistogram| histogram| Histogram of SSL handshake
duration in milliseconds (metric is exported only if SSL is enabled).
+|===
+
+
+== Discovery IO
+
+Register name: `io.discovery`
+
+
+[cols="2,1,3",opts="header"]
+|===
+|Name| Type| Description
+|CoordinatorSince| long| Timestamp since which the local node was the
coordinator (metric is only exported from server nodes).
Review comment:
```suggestion
|CoordinatorSince| long| Timestamp since which the local node was the
coordinator (metric is exported only from server nodes).
```
##########
File path: docs/_docs/monitoring-metrics/new-metrics.adoc
##########
@@ -280,11 +280,71 @@ Register name: `io.communication`
[cols="2,1,3",opts="header"]
|===
|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
|OutboundMessagesQueueSize| integer| Outbound messages queue size.
|SentMessagesCount | integer| Sent messages count.
|SentBytesCount | long | Sent bytes count.
|ReceivedBytesCount| long| Received bytes count.
|ReceivedMessagesCount| integer| Received messages count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
+|SslEnabled| boolean| Whether SSL is enabled.
+|SslHandshakeDurationHistogram| histogram| Histogram of SSL handshake
duration in milliseconds (metric is exported only if SSL is enabled).
+|===
+
+
+== Ignite Thin Client Connector
+
+Register name: `connector.client.thin.tcp`
+
+
+[cols="2,1,3",opts="header"]
+|===
+|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
+|ReceivedBytesCount| long| Received bytes count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
+|SentBytesCount| long| Sent bytes count.
+|SslEnabled| boolean| Whether SSL is enabled.
+|SslHandshakeDurationHistogram| histogram| Histogram of SSL handshake
duration in milliseconds (metric is exported only if SSL is enabled).
+|===
+
+
+== Ignite REST Client Connector
+
+Register name: `connector.client.rest.tcp`
+
+
+[cols="2,1,3",opts="header"]
+|===
+|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
+|ReceivedBytesCount| long| Received bytes count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
+|SentBytesCount| long| Sent bytes count.
+|SslEnabled| boolean| Whether SSL is enabled.
+|SslHandshakeDurationHistogram| histogram| Histogram of SSL handshake
duration in milliseconds (metric is exported only if SSL is enabled).
+|===
+
+
+== Discovery IO
+
+Register name: `io.discovery`
+
+
+[cols="2,1,3",opts="header"]
+|===
+|Name| Type| Description
+|CoordinatorSince| long| Timestamp since which the local node was the
coordinator (metric is only exported from server nodes).
Review comment:
I would rephrase this as follows:"...the local node **became** the
coordinator...". Is it technically correct?
##########
File path: docs/_docs/monitoring-metrics/new-metrics.adoc
##########
@@ -280,11 +280,71 @@ Register name: `io.communication`
[cols="2,1,3",opts="header"]
|===
|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
|OutboundMessagesQueueSize| integer| Outbound messages queue size.
|SentMessagesCount | integer| Sent messages count.
|SentBytesCount | long | Sent bytes count.
|ReceivedBytesCount| long| Received bytes count.
|ReceivedMessagesCount| integer| Received messages count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
+|SslEnabled| boolean| Whether SSL is enabled.
+|SslHandshakeDurationHistogram| histogram| Histogram of SSL handshake
duration in milliseconds (metric is exported only if SSL is enabled).
+|===
+
+
+== Ignite Thin Client Connector
+
+Register name: `connector.client.thin.tcp`
+
+
+[cols="2,1,3",opts="header"]
+|===
+|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
+|ReceivedBytesCount| long| Received bytes count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
+|SentBytesCount| long| Sent bytes count.
+|SslEnabled| boolean| Whether SSL is enabled.
+|SslHandshakeDurationHistogram| histogram| Histogram of SSL handshake
duration in milliseconds (metric is exported only if SSL is enabled).
+|===
+
+
+== Ignite REST Client Connector
+
+Register name: `connector.client.rest.tcp`
+
+
+[cols="2,1,3",opts="header"]
+|===
+|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
+|ReceivedBytesCount| long| Received bytes count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
+|SentBytesCount| long| Sent bytes count.
+|SslEnabled| boolean| Whether SSL is enabled.
+|SslHandshakeDurationHistogram| histogram| Histogram of SSL handshake
duration in milliseconds (metric is exported only if SSL is enabled).
+|===
+
+
+== Discovery IO
+
+Register name: `io.discovery`
+
+
+[cols="2,1,3",opts="header"]
+|===
+|Name| Type| Description
+|CoordinatorSince| long| Timestamp since which the local node was the
coordinator (metric is only exported from server nodes).
+|Coordinator| UUID| Coordinator ID (metric is only exported from server
nodes).
Review comment:
```suggestion
|Coordinator| UUID| Coordinator ID (metric is exported only from server
nodes).
```
##########
File path: docs/_docs/monitoring-metrics/new-metrics.adoc
##########
@@ -280,11 +280,71 @@ Register name: `io.communication`
[cols="2,1,3",opts="header"]
|===
|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
|OutboundMessagesQueueSize| integer| Outbound messages queue size.
|SentMessagesCount | integer| Sent messages count.
|SentBytesCount | long | Sent bytes count.
|ReceivedBytesCount| long| Received bytes count.
|ReceivedMessagesCount| integer| Received messages count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
+|SslEnabled| boolean| Whether SSL is enabled.
+|SslHandshakeDurationHistogram| histogram| Histogram of SSL handshake
duration in milliseconds (metric is exported only if SSL is enabled).
+|===
+
+
+== Ignite Thin Client Connector
+
+Register name: `connector.client.thin.tcp`
+
+
+[cols="2,1,3",opts="header"]
+|===
+|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
+|ReceivedBytesCount| long| Received bytes count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
+|SentBytesCount| long| Sent bytes count.
+|SslEnabled| boolean| Whether SSL is enabled.
+|SslHandshakeDurationHistogram| histogram| Histogram of SSL handshake
duration in milliseconds (metric is exported only if SSL is enabled).
+|===
+
+
+== Ignite REST Client Connector
+
+Register name: `connector.client.rest.tcp`
+
+
+[cols="2,1,3",opts="header"]
+|===
+|Name| Type| Description
+|ActiveSessionsCount| integer| Active TCP sessions count.
+|ReceivedBytesCount| long| Received bytes count.
+|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to SSL errors (metric is exported only if SSL is enabled).
+|SentBytesCount| long| Sent bytes count.
+|SslEnabled| boolean| Whether SSL is enabled.
+|SslHandshakeDurationHistogram| histogram| Histogram of SSL handshake
duration in milliseconds (metric is exported only if SSL is enabled).
+|===
+
+
+== Discovery IO
+
+Register name: `io.discovery`
+
+
+[cols="2,1,3",opts="header"]
+|===
+|Name| Type| Description
+|CoordinatorSince| long| Timestamp since which the local node was the
coordinator (metric is only exported from server nodes).
+|Coordinator| UUID| Coordinator ID (metric is only exported from server
nodes).
+|CurrentTopologyVersion| long| Current topology version.
+|JoinedNodes| integer| Joined nodes count.
+|LeftNodes| integer| Left nodes count.
+|MessageWorkerQueueSize| integer| Current message worker queue size.
+|PendingMessagesRegistered| integer| Pending registered messages count.
+|RejectedSslConnectionsCount| integer| TCP discovery connections count
that were rejected due to SSL errors.
+|SslEnabled| boolean| Whether SSL is enabled.
Review comment:
```suggestion
|RejectedSslConnectionsCount| integer| TCP discovery connections count
that were rejected due to the SSL errors.
|SslEnabled| boolean| Indicates whether SSL is enabled.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]