Operations

Operational endpoints for monitoring and health

Operational endpoints for monitoring and health

Prometheus metrics endpoint

Exposes application metrics in Prometheus exposition format. This endpoint is used by Prometheus servers to scrape metrics.

The response is in text/plain format following the Prometheus exposition format specification.

Available metrics include:

  • HTTP request rates and latencies
  • Temporal workflow execution metrics
  • System health information
GET
/metrics

Response Body

curl -X GET "https://loading/api/v0/metrics"
"string"
"string"