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;