v1

latestSwagger 2.0Apache 2.02026-07-17171644.0 KB
Metrics

Get poller metrics

Retrieves performance metrics for a specific poller

get/api/pollers/{id}/metrics

Path parameters

idstring required

Poller ID

Response

Poller metrics data

response_timeinteger

The response time in milliseconds

service_namestring

The name of the service this metric is for

timestampstring

The time when this metric was collected

Example response

[
  {
    "response_time": 42,
    "service_name": "postgres",
    "timestamp": "2025-04-24T14:15:22Z"
  }
]