@@ -202,33 +202,3 @@ var (
202202 Help : "Count of failures to delete pod forcefully by podWatcher" ,
203203 }, []string {"delete_reason" , "error_reason" })
204204)
205-
206- // Completion watcher metrics
207-
208- var (
209- completionWatcherOnAddEventCounter = promauto .NewCounter (prometheus.CounterOpts {
210- Namespace : promNamespace ,
211- Subsystem : "completion_watcher" ,
212- Name : "onadd_events_total" ,
213- Help : "Count of OnAdd informer events" ,
214- })
215- completionWatcherOnUpdateEventCounter = promauto .NewCounter (prometheus.CounterOpts {
216- Namespace : promNamespace ,
217- Subsystem : "completion_watcher" ,
218- Name : "onupdate_events_total" ,
219- Help : "Count of OnUpdate informer events" ,
220- })
221-
222- completionWatcherJobCleanupsCounter = promauto .NewCounter (prometheus.CounterOpts {
223- Namespace : promNamespace ,
224- Subsystem : "completion_watcher" ,
225- Name : "cleanups_total" ,
226- Help : "Count of jobs with finished agents successfully cleaned up" ,
227- })
228- completionWatcherJobCleanupErrorsCounter = promauto .NewCounterVec (prometheus.CounterOpts {
229- Namespace : promNamespace ,
230- Subsystem : "completion_watcher" ,
231- Name : "cleanup_errors_total" ,
232- Help : "Count of errors during attempts to clean up a job with a finished agent" ,
233- }, []string {"reason" })
234- )
0 commit comments