Renamed "Metrics" to "Performance Monitoring"
This commit is contained in:
parent
d4c05766c7
commit
6f32459f2c
6 changed files with 12 additions and 12 deletions
|
@ -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 Metrics](integration/metrics/introduction.md) Configure GitLab and InfluxDB for measuring performance metrics
|
||||
- [GitLab Performance Monitoring](integration/metrics/introduction.md) Configure GitLab and InfluxDB for measuring performance metrics
|
||||
|
||||
## Contributor documentation
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ See the documentation below for details on how to configure these services.
|
|||
- [OAuth2 provider](oauth_provider.md) OAuth2 application creation
|
||||
- [Gmail actions buttons](gmail_action_buttons_for_gitlab.md) Adds GitLab actions to messages
|
||||
- [reCAPTCHA](recaptcha.md) Configure GitLab to use Google reCAPTCHA for new users
|
||||
- [GitLab Metrics](metrics/introduction.md) Configure GitLab and InfluxDB for measuring performance metrics
|
||||
- [GitLab Performance Monitoring](metrics/introduction.md) Configure GitLab and InfluxDB for measuring performance metrics
|
||||
|
||||
GitLab Enterprise Edition contains [advanced Jenkins support][jenkins].
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# GitLab Configuration
|
||||
|
||||
GitLab Metrics is disabled by default. To enable it and change any of its
|
||||
GitLab Performance Monitoring is disabled by default. To enable it and change any of its
|
||||
settings, navigate to the Admin area in **Settings > Metrics**
|
||||
(`/admin/application_settings`).
|
||||
|
||||
|
@ -10,7 +10,7 @@ changes.
|
|||
|
||||
---
|
||||
|
||||
![GitLab Metrics Admin Settings](img/metrics_gitlab_configuration_settings.png)
|
||||
![GitLab Performance Monitoring Admin Settings](img/metrics_gitlab_configuration_settings.png)
|
||||
|
||||
---
|
||||
|
||||
|
@ -34,6 +34,6 @@ have been performed.
|
|||
|
||||
Read more on:
|
||||
|
||||
- [Introduction to GitLab Metrics](introduction.md)
|
||||
- [Introduction to GitLab Performance Monitoring](introduction.md)
|
||||
- [InfluxDB Configuration](influxdb_configuration.md)
|
||||
- [InfluxDB Schema](influxdb_schema.md)
|
||||
|
|
|
@ -178,7 +178,7 @@ That's it! Now your GitLab instance should send data to InfluxDB.
|
|||
|
||||
Read more on:
|
||||
|
||||
- [Introduction to GitLab Metrics](introduction.md)
|
||||
- [Introduction to GitLab Performance Monitoring](introduction.md)
|
||||
- [GitLab Configuration](gitlab_configuration.md)
|
||||
- [InfluxDB Schema](influxdb_schema.md)
|
||||
|
||||
|
|
|
@ -82,6 +82,6 @@ view.
|
|||
|
||||
Read more on:
|
||||
|
||||
- [Introduction to GitLab Metrics](introduction.md)
|
||||
- [Introduction to GitLab Performance Monitoring](introduction.md)
|
||||
- [GitLab Configuration](gitlab_configuration.md)
|
||||
- [InfluxDB Configuration](influxdb_configuration.md)
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# GitLab Metrics
|
||||
# GitLab Performance Monitoring
|
||||
|
||||
GitLab comes with its own application performance measuring system as of GitLab
|
||||
8.4, simply called "GitLab Metrics". GitLab Metrics is available in both the
|
||||
8.4, simply called "GitLab Performance Monitoring". GitLab Performance Monitoring is available in both the
|
||||
Community and Enterprise editions.
|
||||
|
||||
Apart from this introduction, you are advised to read through the following
|
||||
documents in order to understand and properly configure GitLab Metrics:
|
||||
documents in order to understand and properly configure GitLab Performance Monitoring:
|
||||
|
||||
- [GitLab Configuration](gitlab_configuration.md)
|
||||
- [InfluxDB Configuration](influxdb_configuration.md)
|
||||
- [InfluxDB Schema](influxdb_schema.md)
|
||||
|
||||
## Introduction to GitLab Metrics
|
||||
## Introduction to GitLab Performance Monitoring
|
||||
|
||||
GitLab Metrics makes it possible to measure a wide variety of statistics
|
||||
GitLab Performance Monitoring makes it possible to measure a wide variety of statistics
|
||||
including (but not limited to):
|
||||
|
||||
- The time it took to complete a transaction (a web request or Sidekiq job).
|
||||
|
|
Loading…
Reference in a new issue