Internal site. Jolli authentication required to view.
Skip to Content
API ReferenceMetrics & DebuggingGET /v0/metrics

List All Metrics

GET/v0/metricsMetrics & Debugging

Try it

GET/v0/metrics
Authentication

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

  • JSON web token (JWT) or API keyBearer token

Response

200Metrics of all running pipelines belonging to this tenant in Prometheus formattext/plain
  • string (binary)
Request
curl -X GET 'https://api.example.com/v0/metrics' \ -H 'Authorization: Bearer YOUR_TOKEN'
Response
"string"