We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11fb056 commit 07b2b0eCopy full SHA for 07b2b0e
agent/agentssh/metrics.go
@@ -14,8 +14,6 @@ var (
14
metricReversePortForwardingCallback = clientmetric.NewCounter("ssh_reverse_port_forwarding_callback")
15
metricX11Callback = clientmetric.NewCounter("ssh_x11_callback")
16
17
- // PTY sessions
18
-
19
// SFTP
20
metricSftpHandler = clientmetric.NewCounter("ssh_sftp_handler")
21
metricSftpServerError = clientmetric.NewCounter("ssh_sftp_server_error")
0 commit comments