Skip to content

Commit

Permalink
Fix URL to fix CORS problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Jun 26, 2023
1 parent fe58cf8 commit 4d46884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashbuilder/static/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
datasets:
- uuid: scalability
# URL where to pick up the results
url: https://keycloak.github.io/keycloak-benchmark/results/scaletest-results.json
url: https://www.keycloak.org/keycloak-benchmark/results/scaletest-results.json
# JSONata style expression to pick values in a tabular format, see https://jsonata.org/
expression: '$sort(*.[uuid,grafana_input.start.iso,grafana_input.input.value,grafana_output.stats.stats.numberOfRequests.total,grafana_output.stats.stats.percentiles1.total,grafana_output.stats.stats.percentiles2.total,grafana_output.stats.stats.percentiles3.total,grafana_output.stats.stats.percentiles4.total], function($l, $r) { $l[1] > $r[1]})'
columns:
Expand Down

0 comments on commit 4d46884

Please sign in to comment.