Skip to content

[ResponseOps][Cases] Track metrics regarding status changes in the cases SO #217638

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
cnasikas opened this issue Apr 9, 2025 · 2 comments · May be fixed by #219070
Open

[ResponseOps][Cases] Track metrics regarding status changes in the cases SO #217638

cnasikas opened this issue Apr 9, 2025 · 2 comments · May be fixed by #219070
Assignees
Labels
Feature:Cases Cases feature Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)

Comments

@cnasikas
Copy link
Member

cnasikas commented Apr 9, 2025

As part of the #216259 effort we need to track the following metrics in the Cases SO:

  1. time_to_acknowledge: The time in seconds taken to mark the case as in progress. It is calculated as case.in_progress_at - case.created_at.
  2. time_to_investigate: The time in seconds taken to mark the case from in progress to close. It is calculated as case.closed_at - case.in_progress_at.
  3. time_to_resolve: The time in seconds taken to close a case. It is calculated as case.closed_at - case.created_at.

DoD

  • Create a new model version and add the metric fields.
  • Let the APIs return the metrics.
  • Update the time_to_acknowledge field when someones mark a case as in progress.
  • Update the time_to_resolve field when someones closes a case.
  • Update the time_to_investigate field when someones closes a case.
@cnasikas cnasikas added Feature:Cases Cases feature Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) labels Apr 9, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/response-ops-cases (Feature:Cases)

@elasticmachine
Copy link
Contributor

Pinging @elastic/response-ops (Team:ResponseOps)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Cases Cases feature Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants