|
238 | 238 | "uid": "${datasource}"
|
239 | 239 | },
|
240 | 240 | "editorMode": "code",
|
241 |
| - "expr": "sum(increase(gitpod_ws_manager_bridge_workspace_instance_update_started_total{db_write=\"true\", cluster=~\"$cluster\", pod=~\"$pod\"}[10m])) - sum(increase(gitpod_ws_manager_bridge_workspace_instance_update_completed_seconds_count{db_write=\"true\", cluster=~\"$cluster\", pod=~\"$pod\"}[10m]))", |
| 241 | + "expr": "sum(increase(gitpod_ws_manager_bridge_workspace_instance_update_started_total{cluster=~\"$cluster\", pod=~\"$pod\"}[10m])) - sum(increase(gitpod_ws_manager_bridge_workspace_instance_update_completed_seconds_count{cluster=~\"$cluster\", pod=~\"$pod\"}[10m]))", |
242 | 242 | "legendFormat": "# of events received - # of events completed",
|
243 | 243 | "range": true,
|
244 | 244 | "refId": "A"
|
|
331 | 331 | "uid": "${datasource}"
|
332 | 332 | },
|
333 | 333 | "editorMode": "code",
|
334 |
| - "expr": "sum(increase(gitpod_ws_manager_bridge_workspace_instance_update_completed_seconds_count{outcome=\"success\", db_write=\"true\"}[1m])) OR 0", |
| 334 | + "expr": "sum(increase(gitpod_ws_manager_bridge_workspace_instance_update_completed_seconds_count{outcome=\"success\"}[1m])) OR 0", |
335 | 335 | "interval": "",
|
336 | 336 | "legendFormat": "success",
|
337 | 337 | "range": true,
|
|
343 | 343 | "uid": "${datasource}"
|
344 | 344 | },
|
345 | 345 | "editorMode": "code",
|
346 |
| - "expr": "sum(increase(gitpod_ws_manager_bridge_workspace_instance_update_completed_seconds_count{outcome=\"error\", db_write=\"true\"}[1m])) OR 0", |
| 346 | + "expr": "sum(increase(gitpod_ws_manager_bridge_workspace_instance_update_completed_seconds_count{outcome=\"error\"}[1m])) OR 0", |
347 | 347 | "hide": false,
|
348 | 348 | "interval": "",
|
349 | 349 | "legendFormat": "error",
|
|
1597 | 1597 | "uid": "${datasource}"
|
1598 | 1598 | },
|
1599 | 1599 | "editorMode": "code",
|
1600 |
| - "expr": "histogram_quantile(0.5, sum(rate(gitpod_ws_manager_bridge_workspace_instance_update_completed_seconds_bucket{db_write=\"true\", cluster=~\"$cluster\", pod=~\"$pod\"}[5m])) by (le))", |
| 1600 | + "expr": "histogram_quantile(0.5, sum(rate(gitpod_ws_manager_bridge_workspace_instance_update_completed_seconds_bucket{cluster=~\"$cluster\", pod=~\"$pod\"}[5m])) by (le))", |
1601 | 1601 | "legendFormat": "50th",
|
1602 | 1602 | "range": true,
|
1603 | 1603 | "refId": "A"
|
|
1608 | 1608 | "uid": "${datasource}"
|
1609 | 1609 | },
|
1610 | 1610 | "editorMode": "code",
|
1611 |
| - "expr": "histogram_quantile(0.90, sum(rate(gitpod_ws_manager_bridge_workspace_instance_update_completed_seconds_bucket{db_write=\"true\", cluster=~\"$cluster\", pod=~\"$pod\"}[5m])) by (le))", |
| 1611 | + "expr": "histogram_quantile(0.90, sum(rate(gitpod_ws_manager_bridge_workspace_instance_update_completed_seconds_bucket{cluster=~\"$cluster\", pod=~\"$pod\"}[5m])) by (le))", |
1612 | 1612 | "hide": false,
|
1613 | 1613 | "legendFormat": "90th",
|
1614 | 1614 | "range": true,
|
|
1620 | 1620 | "uid": "${datasource}"
|
1621 | 1621 | },
|
1622 | 1622 | "editorMode": "code",
|
1623 |
| - "expr": "histogram_quantile(0.99, sum(rate(gitpod_ws_manager_bridge_workspace_instance_update_completed_seconds_bucket{db_write=\"true\", cluster=~\"$cluster\", pod=~\"$pod\"}[5m])) by (le))", |
| 1623 | + "expr": "histogram_quantile(0.99, sum(rate(gitpod_ws_manager_bridge_workspace_instance_update_completed_seconds_bucket{cluster=~\"$cluster\", pod=~\"$pod\"}[5m])) by (le))", |
1624 | 1624 | "hide": false,
|
1625 | 1625 | "legendFormat": "99th",
|
1626 | 1626 | "range": true,
|
|
0 commit comments