Dashboards
Pre-built dashboards for common stacks. Browse the gallery at skyforge.io/dashboards.
Import a dashboard
$ skyforge-cli dashboard import 12345
JSON model
{
"title": "API latency",
"panels": [
{ "type": "graph", "targets": [{ "expr": "rate(http_requests[5m])" }] }
]
}