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
dc900794
Commit
dc900794
authored
Jan 30, 2020
by
Hordur Freyr Yngvason
Committed by
Evan Read
Jan 30, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add metric to Auto DevOps dev guide
parent
23318c9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
doc/administration/monitoring/prometheus/gitlab_metrics.md
doc/administration/monitoring/prometheus/gitlab_metrics.md
+1
-0
doc/development/auto_devops.md
doc/development/auto_devops.md
+7
-0
No files found.
doc/administration/monitoring/prometheus/gitlab_metrics.md
View file @
dc900794
...
...
@@ -83,6 +83,7 @@ The following metrics are available:
|
`upload_file_does_not_exist`
| Counter | 10.7 in EE, 11.5 in CE | Number of times an upload record could not find its file | |
|
`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 | |
|
`auto_devops_pipelines_completed_total`
| Counter | 12.7 | Counter of completed Auto DevOps pipelines, labeled by status | |
## Metrics controlled by a feature flag
...
...
doc/development/auto_devops.md
View file @
dc900794
...
...
@@ -40,3 +40,10 @@ found in
Configuring
[
GDK for Auto
DevOps
](
https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/auto_devops.md
)
.
## Monitoring on GitLab.com
The metric
[
`auto_devops_completed_pipelines_total`
](
https://thanos-query.ops.gitlab.net/graph?g0.range_input=72h&g0.max_source_resolution=0s&g0.expr=sum(increase(auto_devops_pipelines_completed_total%7Benvironment%3D%22gprd%22%7D%5B60m%5D
)
)%20by%20(status)&g0.tab=0)
(only available to GitLab team members) counts completed Auto DevOps
pipelines, labeled by status.
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