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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
1540cc43
Commit
1540cc43
authored
Jul 20, 2017
by
Marcia Ramos
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bjk/metric_versions' into 'master'
Add versions to Prometheus metrics doc See merge request !12935
parents
0c602fe8
53c2f553
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
doc/administration/monitoring/prometheus/gitlab_metrics.md
doc/administration/monitoring/prometheus/gitlab_metrics.md
+19
-19
No files found.
doc/administration/monitoring/prometheus/gitlab_metrics.md
View file @
1540cc43
...
...
@@ -26,25 +26,25 @@ server, because the embedded server configuration is overwritten once every
In this experimental phase, only a few metrics are available:
| Metric | Type | Description |
|
--------------------------------- | --------- |
----------- |
| db_ping_timeout | Gauge | Whether or not the last database ping timed out |
| db_ping_success | Gauge | Whether or not the last database ping succeeded |
| db_ping_latency_seconds | Gauge | Round trip time of the database ping |
| filesystem_access_latency_seconds | Gauge | Latency in accessing a specific filesystem |
| filesystem_accessible | Gauge | Whether or not a specific filesystem is accessible |
| filesystem_write_latency_seconds | Gauge | Write latency of a specific filesystem |
| filesystem_writable | Gauge | Whether or not the filesystem is writable |
| filesystem_read_latency_seconds | Gauge | Read latency of a specific filesystem |
| filesystem_readable | Gauge | Whether or not the filesystem is readable |
| http_requests_total | Counter | Rack request count |
| http_request_duration_seconds | Histogram | HTTP response time from rack middleware |
| pipelines_created_total | Counter | Counter of pipelines created |
| rack_uncaught_errors_total | Counter | Rack connections handling uncaught errors count |
| redis_ping_timeout | Gauge | Whether or not the last redis ping timed out |
| redis_ping_success | Gauge | Whether or not the last redis ping succeeded |
| redis_ping_latency_seconds | Gauge | Round trip time of the redis ping |
| user_session_logins_total | Counter | Counter of how many users have logged in |
| Metric | Type |
Since |
Description |
|
:--------------------------------- |:--------- |:----- |:
----------- |
| db_ping_timeout | Gauge |
9.4 |
Whether or not the last database ping timed out |
| db_ping_success | Gauge |
9.4 |
Whether or not the last database ping succeeded |
| db_ping_latency_seconds | Gauge |
9.4 |
Round trip time of the database ping |
| filesystem_access_latency_seconds | Gauge |
9.4 |
Latency in accessing a specific filesystem |
| filesystem_accessible | Gauge |
9.4 |
Whether or not a specific filesystem is accessible |
| filesystem_write_latency_seconds | Gauge |
9.4 |
Write latency of a specific filesystem |
| filesystem_writable | Gauge |
9.4 |
Whether or not the filesystem is writable |
| filesystem_read_latency_seconds | Gauge |
9.4 |
Read latency of a specific filesystem |
| filesystem_readable | Gauge |
9.4 |
Whether or not the filesystem is readable |
| http_requests_total | Counter |
9.4 |
Rack request count |
| http_request_duration_seconds | Histogram |
9.4 |
HTTP response time from rack middleware |
| pipelines_created_total | Counter |
9.4 |
Counter of pipelines created |
| rack_uncaught_errors_total | Counter |
9.4 |
Rack connections handling uncaught errors count |
| redis_ping_timeout | Gauge |
9.4 |
Whether or not the last redis ping timed out |
| redis_ping_success | Gauge |
9.4 |
Whether or not the last redis ping succeeded |
| redis_ping_latency_seconds | Gauge |
9.4 |
Round trip time of the redis ping |
| user_session_logins_total | Counter |
9.4 |
Counter of how many users have logged in |
[
← Back to the main Prometheus page
](
index.md
)
...
...
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