Skip to content

Commit

Permalink
s/Processes/Sessions/
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhamon authored Jun 13, 2023
1 parent ba1c223 commit 04c2842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func chartProcessUse(passengerDetails *passengerStatus, DogStatsD *godspeed.Gods
func chartSessionUse(passengerDetails *passengerStatus, DogStatsD *godspeed.Godspeed) {
totalUsed := processUse(passengerDetails)
if printOutput {
fmt.Printf("\n|=====Session Usage====|\nUsed Processes %d", totalUsed)
fmt.Printf("\n|=====Session Usage====|\nUsed Sessions %d", totalUsed)
}
_ = DogStatsD.Gauge("passenger.sessions.total", floatMyInt(totalUsed), nil)
}
Expand Down

0 comments on commit 04c2842

Please sign in to comment.