We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0df91 commit 84b59eaCopy full SHA for 84b59ea
agent/metrics.go
@@ -15,7 +15,6 @@ var (
15
metricReconnectingPTYError = clientmetric.NewCounter("ssh_reconnecting_pty_error")
16
metricReconnectingPTYCreateCommandError = clientmetric.NewCounter("ssh_reconnecting_pty_create_command_error")
17
metricReconnectingPTYCmdStartError = clientmetric.NewCounter("ssh_reconnecting_pty_cmd_start_error")
18
- metricReconnectingPTYReadError = clientmetric.NewCounter("ssh_reconnecting_pty_read_error")
19
metricReconnectingPTYWriteError = clientmetric.NewCounter("ssh_reconnecting_pty_write_error")
20
metricReconnectingPTYResizeError = clientmetric.NewCounter("ssh_reconnecting_pty_resize_error")
21
metricReconnectingPTYOutputReaderError = clientmetric.NewCounter("ssh_reconnecting_pty_output_reader_error")
0 commit comments