File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -751,7 +751,7 @@ var (
751
751
& metrics.GaugeOpts {
752
752
Subsystem : KubeletSubsystem ,
753
753
Name : "graceful_shutdown_end_time_seconds" ,
754
- Help : "Last graceful shutdown start time since unix epoch in seconds" ,
754
+ Help : "Last graceful shutdown end time since unix epoch in seconds" ,
755
755
StabilityLevel : metrics .ALPHA ,
756
756
},
757
757
)
Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ func (m *managerImpl) processShutdownEvent() error {
321
321
if err != nil {
322
322
m .logger .Error (err , "Failed to store graceful shutdown state" )
323
323
}
324
- metrics .GracefulShutdownStartTime .Set (timestamp (endTime ))
324
+ metrics .GracefulShutdownEndTime .Set (timestamp (endTime ))
325
325
}()
326
326
}
327
327
You can’t perform that action at this time.
0 commit comments