List All Metrics
Retrieve the metrics of all running pipelines belonging to this tenant.
The metrics are collected by making individual HTTP requests to /metrics
endpoint of each pipeline, of which only successful responses are included
in the returned list.
Authentication
| Scheme | Type | Details |
|---|---|---|
JSON web token (JWT) or API key | Bearer token | Authorization header · Use a JWT token obtained via an OAuth2/OIDC login workflow or an API key obtained via the `/v0/api-keys` endpoint. |
Response
Metrics of all running pipelines belonging to this tenant in Prometheus format
- string (binary)
curl -X GET '/v0/metrics' \
-H 'Authorization: Bearer YOUR_TOKEN'Metrics of all running pipelines belonging to this tenant in Prometheus format
"string"