Skip to main content
Unary · Usage Gets PR speed metrics as a time series. Use this method to:
  • Chart pull request lead time, review latency, and deploy counts
  • Select hourly, daily, weekly, or monthly buckets
  • Scope PR speed insights to a project, user, or team

Example

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.GetPrTimeSeriesRequest

Response

gitpod.v1.GetPrTimeSeriesResponse
DateRange specifies a time period for queries.gitpod.v1.DateRange
PrTimeBucket contains PR speed metrics for a single time period.gitpod.v1.PrTimeBucket
Resolution specifies the time granularity for time series data.