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
af195ac3
Commit
af195ac3
authored
Apr 28, 2021
by
Luis Mejia
Committed by
Evan Read
Apr 28, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update metrics_dictionary.md
parent
22a72684
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
doc/development/usage_ping/metrics_dictionary.md
doc/development/usage_ping/metrics_dictionary.md
+8
-0
No files found.
doc/development/usage_ping/metrics_dictionary.md
View file @
af195ac3
...
...
@@ -194,3 +194,11 @@ bundle exec rails generate gitlab:usage_metric_definition:redis_hll issues i_clo
create config/metrics/counts_7d/i_closed_weekly.yml
create config/metrics/counts_28d/i_closed_monthly.yml
```
To create a metric definition used in EE, add the
`--ee`
flag.
```
shell
bundle
exec
rails generate gitlab:usage_metric_definition:redis_hll issues users_closing_issues
--ee
create config/metrics/counts_7d/i_closed_weekly.yml
create config/metrics/counts_28d/i_closed_monthly.yml
```
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