Commit Graph

4 Commits

Author SHA1 Message Date
Tom Morelly edb147514f
feat(monitor): introduce MonitorWithStatus (#780)
Co-authored-by: John Roesler <johnrroesler@gmail.com>
2024-12-11 22:23:57 -06:00
Higan 68dba115b2
add Singleton job rescheduled metric (#763) 2024-07-24 10:24:54 -05:00
Giridharan Ramasamy cde2513062
Monitor: IncrementJob in case of skipped job run (#715)
Co-authored-by: John Roesler <johnrroesler@gmail.com>
2024-04-29 13:29:11 -05:00
John Roesler 5c69001e27
Add job monitor interface to allow for collecting job metrics (#659)
* Add metrics each run of job

* Fix lint

* Fix test lint

* Fix backwards job status

* Add tags

* Comment example

* Rename it

* Fix some names

* Fix readme

* update readme, examples, naming

* fix unrelated test that was leaking scheduler

* remove overzealous leak detection

* rename interface methods

---------

Co-authored-by: gorodet-sky <gorodetsky.dev@gmail.com>
2024-01-17 15:39:11 -06:00