datadog-actions-metrics icon indicating copy to clipboard operation
datadog-actions-metrics copied to clipboard

Add `first_review_time_seconds` metric

Open int128 opened this issue 3 years ago • 0 comments

This metric is useful to analyze the lead time of review.

Caveat

This metric would be wrong in the case like:

  1. Author creates a pull request
  2. GitHub automatically requests a review to code owners
  3. Author removes the review requests
  4. Author requests a review again
  5. Reviewer approves it

int128 avatar Feb 26 '22 09:02 int128