Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions modules/k8s-common/dashboards/gooddata-cn-overall-health.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
]
},
"description": "Single-pane-of-glass overview. Open this first during any incident.\n\nGoodData CN Service Reference:\n tiger-* All GoodData CN services use this prefix (e.g. tiger-gateway = API Gateway)\n Calcique Analytics Engine — computes dashboard & report queries\n Result Cache Stores computed results to avoid re-running identical queries\n SQL Executor Runs queries against your external data sources\n Pulsar Internal message queue for background job processing\n Export Builder Renders PDF/PNG exports using headless Chrome\n Hikari Database connection pool — number of open DB connections per service",
"description": "Single-pane-of-glass overview. Open this first during any incident.\n\nGoodData CN Service Reference:\n Calcique Analytics Engine — computes dashboard & report queries\n Result Cache Stores computed results to avoid re-running identical queries\n SQL Executor Runs queries against your external data sources\n Pulsar Internal message queue for background job processing\n Export Builder Renders PDF/PNG exports using headless Chrome\n Hikari Database connection pool — number of open DB connections per service",
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 1,
Expand Down Expand Up @@ -4336,8 +4336,9 @@
},
{
"current": {
"text": "iad1",
"value": "iad1"
"selected": true,
"text": "All",
"value": "$__all"
},
"datasource": {
"type": "prometheus",
Expand All @@ -4359,8 +4360,8 @@
},
{
"current": {
"text": "tiger-ga",
"value": "tiger-ga"
"text": "gooddata-cn",
"value": "gooddata-cn"
},
"datasource": {
"type": "prometheus",
Expand All @@ -4371,7 +4372,7 @@
"name": "ns",
"options": [],
"query": {
"query": "label_values(kube_pod_info{cluster_name=~\"$cluster\", namespace=~\".*tiger.*|.*gooddata.*|.*adhoc.*\"}, namespace)",
"query": "label_values(kube_pod_info{cluster_name=~\"$cluster\", namespace=~\".*gooddata.*\"}, namespace)",
"refId": "StandardVariableQuery"
},
"refresh": 2,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# StarRocks sizing: prod-xl (HA FE, XL production CN)
# Modeled on pdx1/ringcentral with spill bumped to 500Gi per Bohuslav (Slack 2026-05-11):
# 3 CN nodes x 32 vCPU x 256 GiB memory, ~0.5 TB spill and data cache.

starrocks:
Expand Down