From 82bc7679e782059568402a282905d3d607dbb97d Mon Sep 17 00:00:00 2001
From: Achilleas Pipinellis <axilleas@axilleas.me>
Date: Wed, 20 Jan 2016 23:02:24 +0100
Subject: [PATCH] Move integration/metrics to monitoring/performance

[ci skip]
---
 doc/README.md                                       |   2 +-
 .../performance}/gitlab_configuration.md            |   0
 .../img/metrics_gitlab_configuration_settings.png   | Bin
 .../performance}/influxdb_configuration.md          |   0
 .../performance}/influxdb_schema.md                 |   0
 .../performance}/introduction.md                    |   0
 6 files changed, 1 insertion(+), 1 deletion(-)
 rename doc/{integration/metrics => monitoring/performance}/gitlab_configuration.md (100%)
 rename doc/{integration/metrics => monitoring/performance}/img/metrics_gitlab_configuration_settings.png (100%)
 rename doc/{integration/metrics => monitoring/performance}/influxdb_configuration.md (100%)
 rename doc/{integration/metrics => monitoring/performance}/influxdb_schema.md (100%)
 rename doc/{integration/metrics => monitoring/performance}/introduction.md (100%)

diff --git a/doc/README.md b/doc/README.md
index 05c0d6fa0..1efed2871 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -67,7 +67,7 @@
 - [Reply by email](incoming_email/README.md) Allow users to comment on issues and merge requests by replying to notification emails.
 - [Migrate GitLab CI to CE/EE](migrate_ci_to_ce/README.md) Follow this guide to migrate your existing GitLab CI data to GitLab CE/EE.
 - [Git LFS configuration](workflow/lfs/lfs_administration.md)
-- [GitLab Performance Monitoring](integration/metrics/introduction.md) Configure GitLab and InfluxDB for measuring performance metrics
+- [GitLab Performance Monitoring](monitoring/performance/introduction.md) Configure GitLab and InfluxDB for measuring performance metrics
 
 ## Contributor documentation
 
diff --git a/doc/integration/metrics/gitlab_configuration.md b/doc/monitoring/performance/gitlab_configuration.md
similarity index 100%
rename from doc/integration/metrics/gitlab_configuration.md
rename to doc/monitoring/performance/gitlab_configuration.md
diff --git a/doc/integration/metrics/img/metrics_gitlab_configuration_settings.png b/doc/monitoring/performance/img/metrics_gitlab_configuration_settings.png
similarity index 100%
rename from doc/integration/metrics/img/metrics_gitlab_configuration_settings.png
rename to doc/monitoring/performance/img/metrics_gitlab_configuration_settings.png
diff --git a/doc/integration/metrics/influxdb_configuration.md b/doc/monitoring/performance/influxdb_configuration.md
similarity index 100%
rename from doc/integration/metrics/influxdb_configuration.md
rename to doc/monitoring/performance/influxdb_configuration.md
diff --git a/doc/integration/metrics/influxdb_schema.md b/doc/monitoring/performance/influxdb_schema.md
similarity index 100%
rename from doc/integration/metrics/influxdb_schema.md
rename to doc/monitoring/performance/influxdb_schema.md
diff --git a/doc/integration/metrics/introduction.md b/doc/monitoring/performance/introduction.md
similarity index 100%
rename from doc/integration/metrics/introduction.md
rename to doc/monitoring/performance/introduction.md
-- 
2.30.9