Skip to main content
Unary · Usage 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.

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.GetActiveUsersTimeSeriesRequest

Response

gitpod.v1.GetActiveUsersTimeSeriesResponse
DateRange specifies a time period for queries.gitpod.v1.DateRange
gitpod.v1.TimeSeriesPoint
Resolution specifies the time granularity for time series data.