Skip to content

Commit

Permalink
Update Grafana URL for kube-burner (#89)
Browse files Browse the repository at this point in the history
Much of our kube-burner jobs now default to `report-mode`, so we need to update the
grafana link

Signed-off-by: Joe Talerico <[email protected]>
Co-authored-by: Joe Talerico <[email protected]>
  • Loading branch information
jtaleric and Joe Talerico authored Mar 14, 2024
1 parent 3e4bf3c commit a3f331f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/commons/DisplayGrafana.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const getBuildLink = (benchmarkConfigs) => {

const getGrafanaData = (benchmarkConfigs) => {
const grafanaURL = "https://grafana.rdu2.scalelab.redhat.com:3000/d/";
const dashboardKubeBurner = "9qdKt3K4z/kube-burner-report-ocp-wrapper?orgId=1"
const dashboardKubeBurner = "D5E8c5XVz/kube-burner-report-mode?orgId=1"
const dashboardIngress = "d6105ff8-bc26-4d64-951e-56da771b703d/ingress-perf?orgId=1&var-termination=edge&" +
"var-termination=http&var-termination=passthrough&" +
"var-termination=reencrypt&var-latency_metric=p99_lat_us" +
Expand Down

0 comments on commit a3f331f

Please sign in to comment.