Usage
UsageService provides usage information about environments, users, and projects.
GetAdoptionUsageSummary
GetAgentTraceSummary
GetAgentTraceTimeSeries
GetCoAuthorSummary
GetCoAuthorTimeSeries
GetPrSummary
GetPrTimeSeries
ListEnvironmentUsageRecords
ModelsExpand Collapse
class AgentTraceSummary: …AgentTraceSummary contains aggregate totals for a date range.
AgentTraceSummary contains aggregate totals for a date range.
Per-model breakdown of session stats.
Per-model breakdown of session stats.
Fractional change in total_lines_added compared to the previous period.
class CoAuthorSummary: …CoAuthorSummary contains aggregate totals for a date range.
CoAuthorSummary contains aggregate totals for a date range.
Fractional change in distinct_authors compared to the previous period.
Fractional change in total_commits compared to the previous period of equal length. Computed as (current - previous) / previous. Zero when there is no previous data.
class PrSummary: …PrSummary contains aggregate PR speed metrics for a date range.
PrSummary contains aggregate PR speed metrics for a date range.
Fractional change in deployment_frequency vs previous period. Computed as (current - previous) / previous.
Median lead time for changes in seconds (first commit → merge).
Fractional change in lead_time_seconds vs previous period. Computed as (current - previous) / previous.
Fractional change in prs_merged_count vs previous period. Computed as (current - previous) / previous.
class UsageGetAdoptionUsageSummaryResponse: …
Fractional change in active_users_count vs previous period. Computed as (current - previous) / previous.
Average environment runtime in seconds per active user.
Fractional change in env_runtime_per_user_seconds vs previous period. Computed as (current - previous) / previous.
Threshold in seconds used to determine power users. Displayed to users so they understand the definition.
Fractional change in power_users_count vs previous period. Computed as (current - previous) / previous.
Fractional change in sessions_count vs previous period. Computed as (current - previous) / previous.
class UsageGetAgentTraceSummaryResponse: …
summary: Optional[AgentTraceSummary]Summary totals and trends for the requested date range.
Summary totals and trends for the requested date range.
Per-model breakdown of session stats.
Per-model breakdown of session stats.
Fractional change in total_lines_added compared to the previous period.
class UsageGetCoAuthorSummaryResponse: …
summary: Optional[CoAuthorSummary]Summary totals and trends for the requested date range.
Summary totals and trends for the requested date range.
Fractional change in distinct_authors compared to the previous period.
Fractional change in total_commits compared to the previous period of equal length. Computed as (current - previous) / previous. Zero when there is no previous data.
class UsageGetCoAuthorTimeSeriesResponse: …
class UsageGetPrSummaryResponse: …
summary: Optional[PrSummary]Summary totals and trends for the requested date range.
Summary totals and trends for the requested date range.
Fractional change in deployment_frequency vs previous period. Computed as (current - previous) / previous.
Median lead time for changes in seconds (first commit → merge).
Fractional change in lead_time_seconds vs previous period. Computed as (current - previous) / previous.
Fractional change in prs_merged_count vs previous period. Computed as (current - previous) / previous.