gitpod.v1.InsightsService

ReportPrStats

Reports PR speed metrics collected from SCM APIs. Accepts a batch of per-PR stats. Writes are idempotent: re-reporting the same PR (project_id + pr_number) overwrites the previous row.

post/gitpod.v1.InsightsService/ReportPrStats

Request body

projectIdstring uuid

Project that was analyzed.

Response

Success

insertedCountstring

Number of rows inserted (new PRs).

updatedCountstring

Number of rows updated (re-reported PRs).

Changes