流量统计
返回按 host 分组的统计数组。每个元素使用 Glue2 的 prettyStats 字段,并包含 * 和 -noroute- 聚合行。
1curl -X GET "https://api.hola.cloud/v0/stats"
1[
2 {
3 "host": "my-project.hola.cloud",
4 "served_requests": 154203,
5 "serving_time": "32.4s",
6 "latency_avg": "210µs",
7 "uptime": "24h0m0s",
8 "start_timestamp": "2026-06-21T10:00:00Z"
9 }
10]
评论