diff --git a/doc/README.md b/doc/README.md index 05c0d6fa0f..1efed2871f 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