From 47089b1bf31bb5dd960a64c6110ed33ba75fd353 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 27 Apr 2019 22:06:18 -0700 Subject: [PATCH] fix: update base grafana url --- src/BxAppBar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BxAppBar.jsx b/src/BxAppBar.jsx index b0fb7f1e..a04f78c3 100644 --- a/src/BxAppBar.jsx +++ b/src/BxAppBar.jsx @@ -25,7 +25,7 @@ class BxAppBar extends React.Component { handleDashboard = event => { const matches = window.location.hostname.match('(.*).testnet.solana.com'); let url = - 'https://metrics.solana.com:3000/d/testnet-edge/testnet-monitor-edge?refresh=60s'; + 'https://metrics.solana.com:3000/d/testnet-beta/testnet-monitor-beta?refresh=5s&from=now-5m&to=now'; if (matches) { const testnet = matches[1]; url += `&var-testnet=testnet-${testnet}`;