Skip to content

Commit

Permalink
fix relayer dashboard
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
trajan0x committed Aug 22, 2024
1 parent 469f0cd commit c1e56ba
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions services/rfq/relayer/dashboards/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
"uid": "prometheus"
},
"editorMode": "code",
"expr": "avg(quote_amount{origin_token_name=\"ETH\", dest_token_name=\"ETH\"}) by (origin_chain_id, dest_chain_id)",
"expr": "avg(quote_amount{origin_token_name=\"ETH\", dest_token_name=\"ETH\", relayer=\"$relayer\"}) by (origin_chain_id, dest_chain_id)",
"instant": false,
"legendFormat": "__auto",
"range": true,
Expand Down Expand Up @@ -390,7 +390,32 @@
]
}
},
"overrides": []
"overrides": [
{
"__systemRef": "hideSeriesFrom",
"matcher": {
"id": "byNames",
"options": {
"mode": "exclude",
"names": [
"8453 to 59144 "
],
"prefix": "All except:",
"readOnly": true
}
},
"properties": [
{
"id": "custom.hideFrom",
"value": {
"legend": false,
"tooltip": false,
"viz": true
}
}
]
}
]
},
"gridPos": {
"h": 11,
Expand Down Expand Up @@ -418,7 +443,7 @@
"uid": "prometheus"
},
"editorMode": "code",
"expr": "avg(quote_amount{origin_token_name=\"USDC\"} / 1e6) by (origin_chain_id, destination_chain_id)",
"expr": "avg(quote_amount{origin_token_name=\"USDC\", relayer=\"$relayer\"} / 1e6) by (origin_chain_id, destination_chain_id)",
"hide": false,
"instant": false,
"legendFormat": "{{origin_chain_id}} to {{destination_chain_id}} ",
Expand Down Expand Up @@ -573,6 +598,6 @@
"timezone": "",
"title": "RFQ Relayer",
"uid": "c394e799-062f-4bfd-90d6-b94f2932575a",
"version": 19,
"version": 21,
"weekStart": ""
}

0 comments on commit c1e56ba

Please sign in to comment.