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
d1acf508
Commit
d1acf508
authored
Mar 17, 2021
by
Mikołaj Wawrzyniak
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'improve-metric-docs' into 'master'
Improve metric docs See merge request gitlab-org/gitlab!56673
parents
542bb6da
ec18cfa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/development/usage_ping/metrics_dictionary.md
doc/development/usage_ping/metrics_dictionary.md
+1
-1
No files found.
doc/development/usage_ping/metrics_dictionary.md
View file @
d1acf508
...
...
@@ -32,7 +32,7 @@ Each metric is defined in a separate YAML file consisting of a number of fields:
|
`product_stage`
| no | The
[
stage
](
https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/data/stages.yml
)
for the metric. |
|
`product_group`
| yes | The
[
group
](
https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/data/stages.yml
)
that owns the metric. |
|
`product_category`
| no | The
[
product category
](
https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/data/categories.yml
)
for the metric. |
|
`value_type`
| yes |
`string`
; one of
`string`
,
`number`
,
`boolean`
,
`object`
. |
|
`value_type`
| yes |
`string`
; one of
[
`string`, `number`, `boolean`, `object`
](
https://json-schema.org/understanding-json-schema/reference/type.html
)
. |
|
`status`
| yes |
`string`
; status of the metric, may be set to
`data_available`
,
`planned`
,
`in_progress`
,
`implemented`
,
`not_used`
,
`deprecated`
|
|
`time_frame`
| yes |
`string`
; may be set to a value like
`7d`
,
`28d`
,
`all`
,
`none`
. |
|
`data_source`
| yes |
`string`
; may be set to a value like
`database`
,
`redis`
,
`redis_hll`
,
`prometheus`
,
`ruby`
. |
...
...
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