Skip to content

Commit

Permalink
chore(grafana): fetch each query with instance as filter (paradigmxyz…
Browse files Browse the repository at this point in the history
…#7173)

Signed-off-by: jsvisa <delweng@gmail.com>
  • Loading branch information
jsvisa authored and Ruteri committed Apr 17, 2024
1 parent cb47f9d commit 2dfd6b5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions etc/grafana/dashboards/overview.json
Expand Up @@ -7959,7 +7959,7 @@
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "max(max_over_time(reth_rpc_server_calls_time_seconds[$__rate_interval])) by (method) > 0",
"expr": "max(max_over_time(reth_rpc_server_calls_time_seconds{instance=~\"$instance\"}[$__rate_interval])) by (method) > 0",
"instant": false,
"legendFormat": "__auto",
"range": true,
Expand Down Expand Up @@ -8171,7 +8171,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "reth_rpc_eth_cache_cached_count{cache=\"evm_env\"}",
"expr": "reth_rpc_eth_cache_cached_count{instance=\"$instance\", cache=\"evm_env\"}",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": false,
Expand All @@ -8187,7 +8187,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "reth_rpc_eth_cache_queued_consumers_count{cache=\"receipts\"}",
"expr": "reth_rpc_eth_cache_queued_consumers_count{instance=\"$instance\", cache=\"receipts\"}",
"fullMetaSearch": false,
"hide": false,
"includeNullMetadata": true,
Expand All @@ -8204,7 +8204,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "reth_rpc_eth_cache_queued_consumers_count{cache=\"evm_env\"}",
"expr": "reth_rpc_eth_cache_queued_consumers_count{instance=\"$instance\", cache=\"evm_env\"}",
"fullMetaSearch": false,
"hide": false,
"includeNullMetadata": true,
Expand All @@ -8221,7 +8221,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "reth_rpc_eth_cache_queued_consumers_count{cache=\"blocks\"}",
"expr": "reth_rpc_eth_cache_queued_consumers_count{instance=\"$instance\", cache=\"blocks\"}",
"fullMetaSearch": false,
"hide": false,
"includeNullMetadata": true,
Expand All @@ -8238,7 +8238,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "reth_rpc_eth_cache_cached_count{cache=\"blocks\"}",
"expr": "reth_rpc_eth_cache_cached_count{instance=\"$instance\", cache=\"blocks\"}",
"fullMetaSearch": false,
"hide": false,
"includeNullMetadata": true,
Expand All @@ -8255,7 +8255,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "reth_rpc_eth_cache_cached_count{cache=\"receipts\"}",
"expr": "reth_rpc_eth_cache_cached_count{instance=\"$instance\", cache=\"receipts\"}",
"fullMetaSearch": false,
"hide": false,
"includeNullMetadata": true,
Expand Down Expand Up @@ -8451,4 +8451,4 @@
"uid": "2k8BXz24x",
"version": 4,
"weekStart": ""
}
}

0 comments on commit 2dfd6b5

Please sign in to comment.