Athena

Prometheus metrics endpoint

Exposes Prometheus text metrics including uptime, request counters, management mutation counters, cluster probe gauges, and 24-hour aggregates.

GET
/metrics

Response Body

text/plain

application/json

curl -X GET "https://athena-cluster.com/metrics"
"# TYPE athena_uptime_seconds gauge\nathena_uptime_seconds 123.0\n"
{
  "status": "error",
  "message": "string",
  "error": "string"
}