Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
fix: update base grafana url
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines authored Apr 28, 2019
1 parent 33e5a3d commit 47089b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BxAppBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}`;
Expand Down

0 comments on commit 47089b1

Please sign in to comment.