Skip to content

Commit 73344ee

Browse files
authored
[Dashboard] Group SSH Metric (#7806)
Group ssh metric.
1 parent 55e05d8 commit 73344ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/skypilot/manifests/api-server-overview.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1475,8 +1475,8 @@
14751475
"targets": [
14761476
{
14771477
"editorMode": "code",
1478-
"expr": "histogram_quantile(\n 0.95,\n sum by (pid, le) (\n rate(sky_apiserver_websocket_ssh_latency_seconds_bucket{app=\"$app\"}[2m])\n )\n)",
1479-
"legendFormat": "__auto",
1478+
"expr": "histogram_quantile(\n 0.95,\n sum by (le) (\n rate(sky_apiserver_websocket_ssh_latency_seconds_bucket{app=\"$app\"}[2m])\n )\n)",
1479+
"legendFormat": "Latency",
14801480
"range": true,
14811481
"refId": "A"
14821482
}

0 commit comments

Comments
 (0)