summaryrefslogtreecommitdiff
path: root/app/views/peek/_bar.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/peek/_bar.html.haml')
-rw-r--r--app/views/peek/_bar.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/peek/_bar.html.haml b/app/views/peek/_bar.html.haml
index 9725f640be9..8914bfab336 100644
--- a/app/views/peek/_bar.html.haml
+++ b/app/views/peek/_bar.html.haml
@@ -2,5 +2,6 @@
#js-peek{ data: { env: Peek.env,
request_id: peek_request_id,
+ stats_url: ENV.fetch('GITLAB_PERFORMANCE_BAR_STATS_URL', ''),
peek_url: "#{peek_routes_path}/results" },
class: Peek.env }