Metrics ingestion
Accept batched JSON telemetry from infrastructure agents and automated monitoring jobs.
This host is part of the Cloud Metrics API delivery network in Finland. It accepts automated health, latency and availability signals from CDN edge components, monitoring agents and regional infrastructure probes.
Accept batched JSON telemetry from infrastructure agents and automated monitoring jobs.
Expose lightweight status checks for upstream routing, observability and availability workflows.
Aggregate uptime and latency signals from distributed services across cloud and edge environments.
Most requests to this service are generated by infrastructure agents, uptime probes, scheduled checks and distributed service components. Human-facing pages are intentionally minimal.
GET /healthavailabilityGET /v1/statusservice statePOST /v1/metrics/batchtelemetryPOST /v1/eventsoperationsPOST /v1/metrics/batch
Content-Type: application/json
{
"service": "edge-worker",
"region": "fi",
"interval": 60,
"samples": [
{
"metric": "latency_ms",
"value": 42,
"status": "ok"
}
]
}