Skip to content

Commit

Permalink
fix: grafana dashboard link
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Apr 11, 2024
1 parent 379667f commit a6b8d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/thunderdome/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func Status(cc *cli.Context) error {
fmt.Printf("Stopped at : %s\n", out.Stopped.Format(time.Stamp))
}

dashboard := fmt.Sprintf("https://protocollabs.grafana.net/d/GE2JD7ZVz/experiment-timeline?orgId=1&from=now-1h&to=now&var-experiment=%s", statusOpts.experiment)
dashboard := fmt.Sprintf("https://probelab.grafana.net/d/GE2JD7ZVz/experiment-timeline?orgId=1&from=now-1h&to=now&var-experiment=%s", statusOpts.experiment)
fmt.Println("Grafana dashboard: " + dashboard)

return nil
Expand Down

0 comments on commit a6b8d92

Please sign in to comment.