From 9a8a0223cabae3f7143bce2aca0e692b4f0fdae7 Mon Sep 17 00:00:00 2001 From: Madhav Goyal <88841339+hydrogenbond007@users.noreply.github.com> Date: Mon, 13 Mar 2023 23:33:22 +0700 Subject: [PATCH] Link needs updating (#30688) * Link needs updating Link to monitor the solana cluster doesnt work * Updated to solana grafna users could fin the dashboard they are looking for --- runtime/src/block_cost_limits.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/block_cost_limits.rs b/runtime/src/block_cost_limits.rs index ab117134fc..543fd5dfa2 100644 --- a/runtime/src/block_cost_limits.rs +++ b/runtime/src/block_cost_limits.rs @@ -18,7 +18,7 @@ pub const MAX_BLOCK_REPLAY_TIME_US: u64 = 400_000; pub const MAX_CONCURRENCY: u64 = 4; // Cluster data, method of collecting at https://github.com/solana-labs/solana/issues/19627 -// Dashboard: https://metrics.solana.com:8889/sources/0/dashboards/10?refresh=Paused&lower=now%28%29%20-%2012h +// Dashboard: https://metrics.solana.com/d/monitor-edge/cluster-telemetry?orgId=1 /// Cluster averaged compute unit to micro-sec conversion rate pub const COMPUTE_UNIT_TO_US_RATIO: u64 = 30;