amazon_kiro_metrics_breakdowns
Per-client metric breakdown for a Kiro daily user metric row.
-
id
Primary key - Unique identifier for the row.
-
daily_user_metric_id
Foreign key - Foreign key to amazon_kiro_daily_user_metrics.
-
client_type
string - Client type where activity occurred (for example KIRO_IDE, KIRO_CLI, or PLUGIN).
-
chat_conversations
number - Number of conversations by the user during the day.
-
credits_used
number - Credits consumed from the user subscription plan during the day.
-
overage_cap
number - Overage limit set by admin when overage is enabled.
-
overage_credits_used
number - Total number of overage credits used by the user.
-
overage_enabled
boolean - Whether overage is enabled for the user.
-
profile_id
Foreign key - Profile associated with the user activity.
-
subscription_tier
string - Kiro subscription tier.
-
total_messages
number - Number of messages sent to and from Kiro for this client type/day.