Skip to content

Commit 84b59ea

Browse files
committed
err
1 parent 0c0df91 commit 84b59ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

agent/metrics.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ var (
1515
metricReconnectingPTYError = clientmetric.NewCounter("ssh_reconnecting_pty_error")
1616
metricReconnectingPTYCreateCommandError = clientmetric.NewCounter("ssh_reconnecting_pty_create_command_error")
1717
metricReconnectingPTYCmdStartError = clientmetric.NewCounter("ssh_reconnecting_pty_cmd_start_error")
18-
metricReconnectingPTYReadError = clientmetric.NewCounter("ssh_reconnecting_pty_read_error")
1918
metricReconnectingPTYWriteError = clientmetric.NewCounter("ssh_reconnecting_pty_write_error")
2019
metricReconnectingPTYResizeError = clientmetric.NewCounter("ssh_reconnecting_pty_resize_error")
2120
metricReconnectingPTYOutputReaderError = clientmetric.NewCounter("ssh_reconnecting_pty_output_reader_error")

0 commit comments

Comments
 (0)