Usage
UsageService provides usage information about environments, users, and projects.
GetAdoptionUsageSummary
GetAgentTraceSummary
GetAgentTraceTimeSeries
GetCoAuthorSummary
GetCoAuthorTimeSeries
GetPrSummary
GetPrTimeSeries
ListEnvironmentUsageRecords
ModelsExpand Collapse
type AgentTraceSummary struct{…}AgentTraceSummary contains aggregate totals for a date range.
AgentTraceSummary contains aggregate totals for a date range.
Fractional change in total_lines_added compared to the previous period.
type CoAuthorSummary struct{…}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.
type PrSummary struct{…}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.