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 @@ -739,7 +739,7 @@ var (
739
739
& metrics.GaugeOpts {
740
740
Subsystem : KubeletSubsystem ,
741
741
Name : "graceful_shutdown_end_time_seconds" ,
742
- Help : "Last graceful shutdown start time since unix epoch in seconds" ,
742
+ Help : "Last graceful shutdown end time since unix epoch in seconds" ,
743
743
StabilityLevel : metrics .ALPHA ,
744
744
},
745
745
)
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