ptupitsyn commented on a change in pull request #9182:
URL: https://github.com/apache/ignite/pull/9182#discussion_r679128965
##########
File path: docs/_docs/monitoring-metrics/new-metrics.adoc
##########
@@ -303,6 +303,11 @@ Register name: `connector.client.thin.tcp`
|ActiveSessionsCount| integer| Active TCP sessions count.
|ReceivedBytesCount| long| Received bytes count.
|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to the SSL errors (metric is exported only if SSL is enabled).
+|RejectedSessionsByTimeout| integer| TCP sessions count that were rejected
due to handshake timeout.
+|RejectedSessionsDueAuthentication| integer| TCP sessions count that were
rejected due to failed authentication.
Review comment:
```suggestion
|RejectedSessionsAuthenticationFailed| integer| TCP sessions count that
were rejected due to failed authentication.
```
##########
File path: docs/_docs/monitoring-metrics/new-metrics.adoc
##########
@@ -303,6 +303,11 @@ Register name: `connector.client.thin.tcp`
|ActiveSessionsCount| integer| Active TCP sessions count.
|ReceivedBytesCount| long| Received bytes count.
|RejectedSslSessionsCount| integer| TCP sessions count that were rejected
due to the SSL errors (metric is exported only if SSL is enabled).
+|RejectedSessionsByTimeout| integer| TCP sessions count that were rejected
due to handshake timeout.
Review comment:
```suggestion
|RejectedSessionsTimeout| integer| TCP sessions count that were rejected
due to handshake timeout.
```
--
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]