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
1b0964c8
Commit
1b0964c8
authored
Apr 03, 2020
by
lauraMon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds docs for rake task
parent
5dd9e7be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
doc/administration/raketasks/maintenance.md
doc/administration/raketasks/maintenance.md
+11
-0
No files found.
doc/administration/raketasks/maintenance.md
View file @
1b0964c8
...
...
@@ -286,3 +286,14 @@ To re-import the metrics you can run:
```
shell
sudo
gitlab-rake metrics:setup_common_metrics
```
## Import additional development metrics
A lot of different types of metrics are supported, like multi line metrics, heatmaps,
anomaly, etc.
To import these custom metrics, you can run:
```
shell
sudo
gitlab-rake
'metrics:setup_development_metrics[your_project_id]'
```
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