Observability
- GET /observability/health/metrics
Get health metrics
Retrieve time-series health metrics with configurable granularity
- Query Parameters:
service (string) – Service name
node (string) – Node/endpoint name
granularity (string) – Time granularity: hour, day, week, month
from (string) – Start time (RFC3339 format)
to (string) – End time (RFC3339 format)
- Status Codes:
200 OK – OK
400 Bad Request – Bad Request
500 Internal Server Error – Internal Server Error
- Response JSON Object:
data_points[].avg_latency (number)
data_points[].error_count (integer)
data_points[].timestamp (string)
from (string)
granularity (string)
node (string)
service (string)
to (string)