Nikita-tech-writer commented on a change in pull request #9174:
URL: https://github.com/apache/ignite/pull/9174#discussion_r660630542
##########
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).
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.
Review comment:
```suggestion
|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]