Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
7 changes: 2 additions & 5 deletions grafana/dashboards/shared/blockfrost.json
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@
},
"editorMode": "code",
"exemplar": false,
"expr": "sum(container_memory_working_set_bytes{namespace=\"ftr-dolos-m1\", container!=\"\", pod=~\"cardano-$network-.*\"}) by (pod)",
"expr": "sum(container_memory_working_set_bytes{namespace=\"ext-utxorpc-m1\", container!=\"\", pod=~\"cardano-$network-.*\"}) by (pod)",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blockfrost is in the ext-utxorpc-m1 namespace?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wolf31o2 The panel tracks Dolos, not the Blockfrost proxy — Blockfrost routes block lookups to Dolos (you can see it in the "Latency (Dolos)" and the dolos RPS series via resolved_by="dolos"). This dashboard already classifies ext-utxorpc-m1 as "dolos" and ftr-dolos-m1 as "dolos(new)", so I pointed the memory panel at ext-utxorpc-m1 where the active Dolos pods report — the old ftr-dolos-m1 value was
one and rendered empty.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The expression needs to support both Demeter providers

"interval": "",
"legendFormat": "__auto",
"range": true,
Expand Down Expand Up @@ -1463,10 +1463,7 @@
"list": [
{
"allowCustomValue": true,
"current": {
"text": "",
"value": ""
},
"current": {},
"hide": 0,
"includeAll": false,
"multi": false,
Expand Down
3 changes: 2 additions & 1 deletion grafana/dashboards/shared/utxorpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
"uid": "$datasource"
},
"editorMode": "code",
"expr": "\nsum(rate( grpc_server_handled_total{grpc_service=~\"utxorpc.*\"} [$__rate_interval])) by (grpc_method)\n",
"expr": "sum(rate( utxorpc_proxy_total_requests{network=~\".*$network.*\"} [$__rate_interval])) by (status_code)",
"interval": "",
"key": "Q-ad132e3e-b05b-405d-b2e8-e791bff8b3cc-0",
"legendFormat": "__auto",
Expand Down Expand Up @@ -532,6 +532,7 @@
"templating": {
"list": [
{
"current": {},
"includeAll": false,
"name": "datasource",
"options": [],
Expand Down
Loading