diff --git a/pkg/ssh/session.go b/pkg/ssh/session.go index 290436ca984f2e40e3831145b35331852740aa9f..aecd4619511e977c7367d069d2900fb4b5d1a3f1 100644 --- a/pkg/ssh/session.go +++ b/pkg/ssh/session.go @@ -29,7 +29,7 @@ var tuiSessionDuration = promauto.NewCounterVec(prometheus.CounterOpts{ Namespace: "soft_serve", Subsystem: "ssh", Name: "tui_session_seconds_total", - Help: "The total number of TUI sessions", + Help: "The total time spent in TUI sessions", }, []string{"repo", "term"}) // SessionHandler is the soft-serve bubbletea ssh session handler.