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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
ee369c07
Commit
ee369c07
authored
Jan 31, 2020
by
Qingyu Zhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document Sidekiq middleware prometheus metrics
parent
c785530c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
doc/administration/monitoring/prometheus/gitlab_metrics.md
doc/administration/monitoring/prometheus/gitlab_metrics.md
+7
-0
No files found.
doc/administration/monitoring/prometheus/gitlab_metrics.md
View file @
ee369c07
...
@@ -84,6 +84,13 @@ The following metrics are available:
...
@@ -84,6 +84,13 @@ The following metrics are available:
|
`failed_login_captcha_total`
| Gauge | 11.0 | Counter of failed CAPTCHA attempts during login | |
|
`failed_login_captcha_total`
| Gauge | 11.0 | Counter of failed CAPTCHA attempts during login | |
|
`successful_login_captcha_total`
| Gauge | 11.0 | Counter of successful CAPTCHA attempts during login | |
|
`successful_login_captcha_total`
| Gauge | 11.0 | Counter of successful CAPTCHA attempts during login | |
|
`auto_devops_pipelines_completed_total`
| Counter | 12.7 | Counter of completed Auto DevOps pipelines, labeled by status | |
|
`auto_devops_pipelines_completed_total`
| Counter | 12.7 | Counter of completed Auto DevOps pipelines, labeled by status | |
|
`sidekiq_jobs_cpu_seconds`
| Histogram | 12.4 | Seconds of cpu time to run Sidekiq job | |
|
`sidekiq_jobs_completion_seconds`
| Histogram | 12.2 | Seconds to complete Sidekiq job | |
|
`sidekiq_jobs_queue_duration_seconds`
| Histogram | 12.5 | Duration in seconds that a Sidekiq job was queued before being executed | |
|
`sidekiq_jobs_failed_total`
| Counter | 12.2 | Sidekiq jobs failed | |
|
`sidekiq_jobs_retried_total`
| Counter | 12.2 | Sidekiq jobs retried | |
|
`sidekiq_running_jobs`
| Gauge | 12.2 | Number of Sidekiq jobs running | |
|
`sidekiq_concurrency`
| Gauge | 12.5 | Maximum number of Sidekiq jobs | |
## Metrics controlled by a feature flag
## Metrics controlled by a feature flag
...
...
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