v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.RunnerInteractionService

ReportRunnerMetrics

Reports runner operational metrics to the management plane for forwarding to Grafana Cloud. The runner gathers metrics from its local Prometheus registry, encodes them as a Prometheus WriteRequest protobuf, and Snappy-compresses the payload.

post/gitpod.v1.RunnerInteractionService/ReportRunnerMetrics

Request body

compressedMetricsstring byte required

Snappy-compressed Prometheus remote-write WriteRequest protobuf. Maximum 512 KB compressed.

runnerIdstring uuid required

The runner's identity

Response

Success

GitpodV1ReportRunnerMetricsResponse required