[ResponseOps][Cases] Track metrics regarding status changes in the cases SO #217638
Labels
Feature:Cases
Cases feature
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
As part of the #216259 effort we need to track the following metrics in the Cases SO:
time_to_acknowledge
: The time in seconds taken to mark the case as in progress. It is calculated ascase.in_progress_at - case.created_at
.time_to_investigate
: The time in seconds taken to mark the case from in progress to close. It is calculated ascase.closed_at - case.in_progress_at
.time_to_resolve
: The time in seconds taken to close a case. It is calculated ascase.closed_at - case.created_at
.DoD
time_to_acknowledge
field when someones mark a case as in progress.time_to_resolve
field when someones closes a case.time_to_investigate
field when someones closes a case.The text was updated successfully, but these errors were encountered: