Skip to content

Commit

Permalink
Fix tui_session_seconds_total metric description (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
jest authored Nov 15, 2024
1 parent 226c137 commit 950ef0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ssh/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 950ef0c

Please sign in to comment.