You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/06/29 13:46:03 UTC

[GitHub] [ignite] Nikita-tech-writer commented on a change in pull request #9174: IGNITE-14901 Documents Discovery and SSL metrics.

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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org