Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
6f32459f
Commit
6f32459f
authored
Jan 20, 2016
by
Yorick Peterse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed "Metrics" to "Performance Monitoring"
parent
d4c05766
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
12 deletions
+12
-12
doc/README.md
doc/README.md
+1
-1
doc/integration/README.md
doc/integration/README.md
+1
-1
doc/integration/metrics/gitlab_configuration.md
doc/integration/metrics/gitlab_configuration.md
+3
-3
doc/integration/metrics/influxdb_configuration.md
doc/integration/metrics/influxdb_configuration.md
+1
-1
doc/integration/metrics/influxdb_schema.md
doc/integration/metrics/influxdb_schema.md
+1
-1
doc/integration/metrics/introduction.md
doc/integration/metrics/introduction.md
+5
-5
No files found.
doc/README.md
View file @
6f32459f
...
...
@@ -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
...
...
doc/integration/README.md
View file @
6f32459f
...
...
@@ -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
]
.
...
...
doc/integration/metrics/gitlab_configuration.md
View file @
6f32459f
# 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
)
doc/integration/metrics/influxdb_configuration.md
View file @
6f32459f
...
...
@@ -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
)
...
...
doc/integration/metrics/influxdb_schema.md
View file @
6f32459f
...
...
@@ -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
)
doc/integration/metrics/introduction.md
View file @
6f32459f
# 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).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment