Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkushalpandya <kushal@gitlab.com>2017-05-31 14:38:41 +0300
committerkushalpandya <kushal@gitlab.com>2017-05-31 14:38:41 +0300
commit2742bbd22c6f2330d87b631d7be25f1d7549a1d8 (patch)
treec9a9a07e124c3c7eea9df877376324ee7f35ba7f /config/webpack.config.js
parent2559a880eebd2b8beb0a29bad6ab9948dca0c010 (diff)
Add Prometheus Metrics Bundle
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index c77b1d6334c..38769f3f625 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -51,6 +51,7 @@ var config = {
pipelines: './pipelines/index.js',
pipelines_details: './pipelines/pipeline_details_bundle.js',
profile: './profile/profile_bundle.js',
+ prometheus_metrics: './prometheus_metrics',
protected_branches: './protected_branches/protected_branches_bundle.js',
protected_tags: './protected_tags',
sidebar: './sidebar/sidebar_bundle.js',