Unary · Insights
Returns whether co-author insights is enabled for a project.
Endpoint
https://app.ona.com with that domain.
Request example
Request
gitpod.v1.GetProjectInsightsStatusRequest
GetProjectInsightsStatusRequest checks whether insights is enabled for a project.
Response
gitpod.v1.GetProjectInsightsStatusResponse
Related types
InsightsHealthIssue
InsightsHealthIssue
InsightsHealthIssue describes one reason why insights for a project is
either not runnable (prerequisite) or last failed (runtime). The
error_code field comes from the shared errorcodes registry; the frontend
renders it via the same map used for environment errors.
gitpod.v1.InsightsHealthIssueCategory
Category
Category distinguishes the source of the issue. The frontend may use
this to choose copy (“Insights can’t run yet…” vs “Last insights run
failed…”).