Metrics are not getting created in the metric definitionIssue Created a new metric definition and the metrics are not getting created for that metric definition. ReleaseParisCause- On further research, noticed that metrics are not getting created for all other metric definitions as well. - This is because the next date of the job - "metric update events process" was incorrectly set. STEPS TO REPRODUCE: - Set the job - "metric update events process" next date to a future date. - Go to any metric definition. - For instance, I chose the metric definition on the table - "incident" for the column - "priority" - Now change the priority of the incident. - We will notice that the metrics not getting created for this update. - Now change the job - "metric update events process" next date to current date and time. - Now we will notice the metrics got triggered for the previous update because the stuck event got processed by the aforementioned job.ResolutionChanged the next date to the current time and the issue resolved. The metrics got created successfully for all the metric definitions.