gitpod.v1.UsageService

GetActiveUsersTimeSeries

Gets active users time series in the specified date range, aggregated by the specified resolution.

Returns a time series of active user counts within the specified date range, aggregated by the specified resolution. Each data point includes the timestamp and the count of unique users who were active at that time.

post/gitpod.v1.UsageService/GetActiveUsersTimeSeries

Request body

projectIdstring

Optional project ID to filter metrics by.

resolution'RESOLUTION_UNSPECIFIED' | 'RESOLUTION_HOURLY' | 'RESOLUTION_DAILY' | 'RESOLUTION_WEEKLY' | 'RESOLUTION_MONTHLY'

Resolution specifies the time granularity for time series data.

Response

Success

Changes