[
https://issues.apache.org/jira/browse/IGNITE-14658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17352358#comment-17352358
]
Mikhail Petrov commented on IGNITE-14658:
-----------------------------------------
It's proposed to add the following new metrics:
sslHandshakeDurationHistogram - provides the histogram of SSL handshake
duration c.
sslRejectedSessionsCount - provides the number of rejected connections due to
SSL errors (not exported if ssl is disabled).
sslEnabled - indicates whether SSL is enabled for the connector
activeSessionsCount - provides the number of active TCP sessions
Each of the mentioned above metrics will be added to the following metric
groups that relate to different connectors (SSL is configured separately for
each of them)
(NEW) client.connector.tcp - for metrics related to thin client connector SSL
metrics.
(NEW) client.connector.rest.tcp - for metrics related to REST TCP client
connector SSL metrics.
communication.tcp - for metrics related to node communicatonconnector SSL
metrics.
It's also proposed to add the following metrics to discovery metric group -
io.discovery.sslRejectedConnectionsMetric - tracks number of join connections
that were rejected due to SSL errors ((not exported if ssl is disabled))
io.discovery.sslEnabled - tracks whether SSL is enabled for the discovery
> [IEP-35] SSL metrics
> --------------------
>
> Key: IGNITE-14658
> URL: https://issues.apache.org/jira/browse/IGNITE-14658
> Project: Ignite
> Issue Type: Improvement
> Reporter: Nikolay Izhikov
> Assignee: Mikhail Petrov
> Priority: Major
> Labels: IEP-35
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The following SSL metrics required:
> * Count of SSL sessions.
> * Count of rejected SSL sessions.
> * Handshake time metric.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)