-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#4076 - Queue Monitoring - Schedulers Refactor - Warnings Metrics Cou…
…nter (#4186) - Collected a metric for jobs finalizing with some warnings to allow the creation of a Sysdig alert based on the counter. - Injected the service as a property to avoid passing the service to every single class inheriting from the `BaseQueue`. ### New metric sample from metrics payload ``` queue_event_total_count { queueName="student-application-notifications", queueEvent="job-finalized-with-warnings", queueType="scheduler", app="queue-consumers" } 2 ``` ![image](https://github.com/user-attachments/assets/2d7e7c13-1b40-47a9-b2a5-2f1cf7f349af) _Note:_ this change was a quick way to resolve the concerned raised and explained to the business in this [comment](#4076 (comment)).
- Loading branch information
1 parent
e8eece7
commit 275fa1c
Showing
4 changed files
with
66 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters