devin_daily_user_metrics
Daily consumption metrics for Devin AI users.
-
id
Primary key - Unique identifier for the row.
-
date
date - The date for which the consumption metrics are recorded.
-
email
string - User email or identifier
-
consumption
number - Daily usage for the user, measured in Devin ACUs (AI Compute Units).
-
prs_opened
number - Number of pull requests opened by the user on this date.
-
prs_closed
number - Number of pull requests closed by the user on this date.
-
prs_merged
number - Number of pull requests merged by the user on this date.