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
This commit is contained in:
Madhav Goyal 2023-03-13 23:33:22 +07:00 committed by GitHub
parent a15139ef15
commit 9a8a0223ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;