---
title: "ReportRunnerMetrics"
method: POST
path: "/gitpod.v1.RunnerInteractionService/ReportRunnerMetrics"
tags: ["gitpod.v1.RunnerInteractionService"]
---

# ReportRunnerMetrics

`POST /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.

## Request body

- GitpodV1ReportRunnerMetricsRequest
  - `compressedMetrics` string, byte, required — Snappy-compressed Prometheus remote-write WriteRequest protobuf. Maximum 512 KB compressed.
  - `runnerId` string, uuid, required — The runner's identity

## Response `200`

Success

- GitpodV1ReportRunnerMetricsResponse

## Other responses

- `default` — Error

---

[API](https://skmtc.net/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.net/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/versions/44d50c2ac284/schema)
